Interface: TextFieldMetaInfo
Broker.TextFieldMetaInfo
Hierarchy
-
↳
TextFieldMetaInfo
Properties
customInfo
Optional
customInfo: any
Additional custom information
Inherited from
CustomInputFieldMetaInfo.customInfo
id
id: string
Input field ID
Inherited from
inputType
inputType: "TextField"
Type of the input field
Overrides
CustomInputFieldMetaInfo.inputType
maskWithAsterisk
Optional
maskWithAsterisk: boolean
Inherit Doc
placeHolder
Optional
placeHolder: string
Placeholder string for the field
Inherited from
CustomInputFieldMetaInfo.placeHolder
preventModify
Optional
preventModify: boolean
Prevent modification
Inherited from
CustomInputFieldMetaInfo.preventModify
saveToSettings
Optional
saveToSettings: boolean
Should the input field value be saved to settings
Inherited from
CustomInputFieldMetaInfo.saveToSettings
title
title: string
Title for the input field
Inherited from
CustomInputFieldMetaInfo.title
validator
Optional
validator: TextInputFieldValidator
Validator function for the field
Overrides
CustomInputFieldMetaInfo.validator
value
value: string
Value of the field