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