@yamlresume/playground
    Preparing search index...

    Interface PlaygroundTooltipMessages

    Tooltip label strings for each action button in the playground toolbar.

    interface PlaygroundTooltipMessages {
        clear: string;
        copy: string;
        download: string;
        openInNewTab: string;
        print: string;
        redo: string;
        undo: string;
    }
    Index

    Properties

    clear: string
    copy: string
    download: string
    openInNewTab: string
    print: string
    redo: string
    undo: string