@yamlresume/playground
    Preparing search index...

    Interface UseResumeRendererProps

    Props for the useResumeRenderer hook.

    interface UseResumeRendererProps {
        layoutIndex: number;
        resume: Resume;
    }
    Index

    Properties

    Properties

    layoutIndex: number

    The index of the layout to use for rendering. Must be a valid index within the resume.layouts array.

    resume: Resume

    The pre-parsed resume object to render. Pass null when the resume is not yet available or parsing failed.