Type Alias ConfigurationLineNumeric

type ConfigurationLineNumeric = {
    allowMultipleValues?: boolean;
    apiActions?: ("Read" | "Write")[] | null;
    applyWithoutRestart?: boolean;
    connector?: string | null;
    defaultValue?: string | null;
    description?: string | null;
    displayName?: string | null;
    name?: string | null;
    pendingApplication?: boolean;
    pendingValue?: string | null;
    permittedRangeEnd?: number;
    permittedRangeStart?: number;
    uiActions?: ("Read" | "Write")[] | null;
    value?: string | null;
}
Index
allowMultipleValues?: boolean
apiActions?: ("Read" | "Write")[] | null
applyWithoutRestart?: boolean
connector?: string | null
defaultValue?: string | null
description?: string | null
displayName?: string | null
name?: string | null
pendingApplication?: boolean
pendingValue?: string | null
permittedRangeEnd?: number
permittedRangeStart?: number
uiActions?: ("Read" | "Write")[] | null
value?: string | null