Type Alias ConfigurationLineString

type ConfigurationLineString = {
    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;
    permittedValues?: string[] | null;
    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
permittedValues?: string[] | null
uiActions?: ("Read" | "Write")[] | null
value?: string | null