@yamlresume/playground
    Preparing search index...

    Interface ResumeEditorProps

    Props for the ResumeEditor component.

    interface ResumeEditorProps {
        onChange: (value: string) => void;
        onMount?: OnMount;
        value: string;
    }
    Index

    Properties

    onChange: (value: string) => void

    Callback triggered when the editor content changes.

    Type Declaration

      • (value: string): void
      • Parameters

        • value: string

          The new value of the editor content.

        Returns void

    onMount?: OnMount

    Callback triggered when the editor is mounted.

    value: string

    The current value of the YAML resume.