Conformal TypeScript API
    Preparing search index...

    Type Alias SwitchParamInfo

    Information about a switch parameter.

    type SwitchParamInfo = {
        default: boolean;
        title: string;
    }
    Index

    Properties

    Properties

    default: boolean

    The default value of the parameter

    title: string

    The title of the parameter