Skip to main content
Version: latest

TextWithCheckboxFieldMetaInfo

Interface

Properties

customInfo

Additional custom information

Type

TextWithCheckboxFieldCustomInfo

Overrides

CustomInputFieldMetaInfo.customInfo


id

Input field ID

Type

string


inputType

Type of the input field

Type

"TextWithCheckBox"

Overrides

CustomInputFieldMetaInfo.inputType


placeHolder

Optional

Placeholder string for the field

Type

string


preventModify

Optional

Prevent modification

Type

boolean


saveToSettings

Optional

Should the input field value be saved to settings

Type

boolean


title

Title for the input field

Type

string


validator

Optional

Validator function for the field

Type

TextInputFieldValidator

Overrides

CustomInputFieldMetaInfo.validator


value

Value of the field

Type

TextWithCheckboxValue

Overrides

CustomInputFieldMetaInfo.value