Zum Hauptinhalt springen
Version: 1.24.282.1113

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:1009


Id

get Id(): number

Numerischer Identifier des Enum Wertes

Rückgabewert

number

Definiert in

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


Name

get Name(): string

Name des Enum Wertes

Rückgabewert

string

Definiert in

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

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:1017