Creating Plot Twists
    Preparing search index...

    Type Alias BooleanDef

    A boolean toggle option definition for twist configuration. Renders as a switch in the Flutter UI.

    type BooleanDef = {
        type: "boolean";
        label: string;
        description?: string;
        default: boolean;
    }
    Index

    Properties

    type: "boolean"
    label: string
    description?: string
    default: boolean