@yamlresume/playground
    Preparing search index...

    Interface PlaygroundProps

    Props for the Playground component.

    interface PlaygroundProps {
        filename?: string;
        onChange?: (value: string) => void;
        yaml?: string;
    }
    Index

    Properties

    filename?: string

    The name of the file being edited.

    onChange?: (value: string) => void

    Callback triggered when the content changes.

    yaml?: string

    YAML content for the playground editor. Defaults to DEFAULT_YAML.