pivotick - v1.5.0
    Preparing search index...

    Interface EdgeLabelPromptOptions

    Options for EdgeCreateContext.promptLabel (and the static edgeEditor.labelPrompt).

    interface EdgeLabelPromptOptions {
        initial?: string;
        mode?: EdgeLabelPromptMode;
        placeholder?: string;
        title?: string;
    }
    Index

    Properties

    initial?: string

    Value the field is pre-filled with.

    'inline' = floating input at the edge midpoint, 'modal' = a modal field.

    'inline'
    
    placeholder?: string

    Placeholder shown while empty.

    title?: string

    Modal header (modal mode only).