@yamlresume/playground
    Preparing search index...

    Interface PlaygroundMessageOverrides

    Partial overrides for PlaygroundMessages, allowing consumers to customize individual strings without providing the full message object.

    interface PlaygroundMessageOverrides {
        tooltips?: Partial<PlaygroundTooltipMessages>;
    }
    Index

    Properties

    Properties

    tooltips?: Partial<PlaygroundTooltipMessages>