Zum Hauptinhalt springen

UserExitOptions

Properties

fileFieldName

fileFieldName: string


field

field: object

technicalName

technicalName: string

displayName

displayName: string

displayNameDE?

optional displayNameDE: string

displayNameEN?

optional displayNameEN: string

dataType

dataType: "string" | "number" | "date" | "checkbox" | "bool" | "select" | "text" | "separator" | "tags" | "table"

mandatory

mandatory: boolean

readOnly

readOnly: boolean

sameLine

sameLine: boolean

hitlistField?

optional hitlistField: string

length?

optional length: number

width?

optional width: string

userExit?

optional userExit: "focus" | "blur" | "change" | "none"

selectionValues?

optional selectionValues: string | string[] | object[]

placeholder?

optional placeholder: string

help?

optional help: string

height?

optional height: string

visible?

optional visible: boolean

defaultValue?

optional defaultValue: any

currency?

optional currency: string


value

value: string | number | boolean | Date


data

data: object

Index Signature

[key: string]: string | number | boolean | Date


set()

set: (fieldName, newValue) => void

Parameters

fieldName

string

newValue

any

Returns

void


setPlaceholder()

setPlaceholder: (fieldName, val) => void

Parameters

fieldName

any

val

any

Returns

void