Hiyve Components - v1.0.0
    Preparing search index...
    interface AIMagicActionLabels {
        buttonTooltip: string;
        cancelLabel: string;
        confirmReplaceLabel: string;
        copyLabel: string;
        errorLabel: string;
        inputLabel: string;
        insertBelowLabel: string;
        loadingLabel: string;
        noPromptsLabel: string;
        outputLabel: string;
        popoverTitle: string;
        promptLabel: string;
        promptPlaceholder: string;
        replaceLabel: string;
        replaceWarning: string;
        replaceWarningTitle: string;
        retryLabel: string;
        runLabel: string;
    }
    Index

    Properties

    buttonTooltip: string

    Tooltip on the toolbar button.

    cancelLabel: string

    Cancel button for the replace-all warning.

    confirmReplaceLabel: string

    Confirm button for the replace-all warning.

    copyLabel: string

    Action to copy output to clipboard.

    errorLabel: string

    Generic error label prefix.

    inputLabel: string

    Input textarea label.

    insertBelowLabel: string

    Action to insert output below selection.

    loadingLabel: string

    Status text while waiting for onTransform.

    noPromptsLabel: string

    Empty-state when no prompts exist for the active category.

    outputLabel: string

    Output textarea label.

    popoverTitle: string

    Title shown at the top of the popover.

    promptLabel: string

    Prompt dropdown label.

    promptPlaceholder: string

    Placeholder text for the prompt dropdown when none is selected.

    replaceLabel: string

    Action to replace selection / whole doc with output.

    replaceWarning: string

    Body text of the replace-all confirm dialog.

    replaceWarningTitle: string

    Title of the confirm dialog shown before replacing the entire document.

    retryLabel: string

    Primary button label on subsequent attempts.

    runLabel: string

    Primary "run" button label (first attempt).