Creating Plot Twists
    Preparing search index...

    Type Alias TextDef

    A text input option definition for twist configuration. Renders as a text field in the Flutter UI.

    type TextDef = {
        type: "text";
        label: string;
        description?: string;
        default: string;
        placeholder?: string;
        secure?: boolean;
        helpText?: string;
        helpUrl?: string;
    }
    Index

    Properties

    type: "text"
    label: string
    description?: string
    default: string
    placeholder?: string
    secure?: boolean
    helpText?: string
    helpUrl?: string