Type Alias VariableListDef

Defines the list of variables in an app.

type VariableListDef = {
    qData?: Record<string, string>;
    qShowConfig?: boolean;
    qShowReserved?: boolean;
    qShowSession?: boolean;
    qType?: string;
}
Index

Properties

qData?: Record<string, string>

Data

qShowConfig?: boolean

Shows the system variables if set to true.

qShowReserved?: boolean

Shows the reserved variables if set to true.

qShowSession?: boolean

Shows the session variables if set to true.

qType?: string

Type of variables to include in the list.