Options
All
  • Public
  • Public/Protected
  • All
Menu

Module InputFieldDescription

export
namespace

InputFieldDescription

Index

Properties

format

format: FormatEnum

Format of field value Can be DEFINITELYNUMERIC (Format is definitely numeric), DEFINITELYALPHANUMERIC (Format is definitely alphanumeric), PROBABLYALPHANUMERIC (Format is probably alphanumeric; numeric is unlikely but possible), PROBABLYNUMERIC (Format is probably numeric; alphanumeric is unlikely but possible) or UNSPECIFIED (Default. No hint available).

type

{string}

memberof

InputFieldDescription

id

id: IdEnum

Internal id for this field description

type

{string}

memberof

InputFieldDescription

label

label: string

Label for this field description (e.g., 'PIN', 'Login name', 'Customer No.')

type

{string}

memberof

InputFieldDescription

Optional lengthMax

lengthMax: number

Maximum length of field value (0 = no limit)

type

{number}

memberof

InputFieldDescription

Optional lengthMin

lengthMin: number

Minimum length of field value (0 = no limit)

type

{number}

memberof

InputFieldDescription

masked

masked: boolean

Flag that indicates whether the given field value must be masked when entered on the client side or encrypted when persisting on the server side

type

{boolean}

memberof

InputFieldDescription