CustomInputFieldMetaInfo
Interface
Types Module: Broker
Properties
customInfo
OptionalAdditional custom information
Type
any
id
Input field ID
Type
string
inputType
Type of the input field
Type
string
placeHolder
OptionalPlaceholder string for the field
Type
string
preventModify
OptionalPrevent modification
Type
boolean
saveToSettings
OptionalShould the input field value be saved to settings
Type
boolean
title
Title for the input field
Type
string
validator
OptionalValidator function for the field
Type
value
OptionalValue of the field
Type
any