Skip to main content

Interface: TextWithCheckboxFieldMetaInfo

Broker.TextWithCheckboxFieldMetaInfo

Hierarchy

Properties

customInfo

customInfo: TextWithCheckboxFieldCustomInfo

Additional custom information

Overrides

CustomInputFieldMetaInfo.customInfo


id

id: string

Input field ID

Inherited from

CustomInputFieldMetaInfo.id


inputType

inputType: "TextWithCheckBox"

Type of the input field

Overrides

CustomInputFieldMetaInfo.inputType


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

Value of the field

Overrides

CustomInputFieldMetaInfo.value