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

    Properties

    buttonTooltip: string

    Tooltip on the toolbar button.

    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.

    retryLabel: string

    Primary button label on subsequent attempts.

    runLabel: string

    Primary "run" button label (first attempt).