Conformal TypeScript API
    Preparing search index...

    Type Alias EnumParamInfo

    Information about an enum parameter.

    type EnumParamInfo = {
        default: string;
        title: string;
        values: readonly string[];
    }
    Index

    Properties

    Properties

    default: string

    The default value of the parameter

    title: string

    The title of the parameter

    values: readonly string[]

    The values of the parameter