Member Junction
    Preparing search index...

    A possible value for a static variable

    interface TestVariablePossibleValue {
        description?: string;
        label?: string;
        value: string | number | boolean;
    }
    Index

    Properties

    description?: string

    Optional description of what this value means

    label?: string

    Display label (defaults to value.toString() if not provided)

    value: string | number | boolean

    The actual value