Zum Hauptinhalt springen
Version: 1.24.299.1526

DialogInputType

Eingabetyp von DialogInputBox(prompt: string, title?: string, defaultValue?: string, dialogInputType?: DialogInputType, maxInputLenght?: number, parentHandle?: number)

Eigenschaften

Default

readonly static Default: DialogInputType;

Standard

Definiert in

SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:999


Id

get Id(): number

Numerischer Identifier des Enum Wertes

Rückgabewert

number

Definiert in

SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:970


Name

get Name(): string

Name des Enum Wertes

Rückgabewert

string

Definiert in

SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:979

Methoden

GetById()

static GetById(id): DialogInputType

Gibt anhand der übergebenen Id den jeweiligen Wert zurück. Sollte die Id nicht zu einem Wert zugeordnet werden können, wird null zurückgegeben.

Parameter

ParameterTypeDescription
idanyId

Rückgabewert

DialogInputType

Definiert in

SDK/Cosmolink.Scripting.SDK.CRMApplication.ts:1007