Skip to main content
Version: latest

CustomInputFieldMetaInfo

Interface

Properties

customInfo

Optional

Additional custom information

Type

any


id

Input field ID

Type

string


inputType

Type of the input field

Type

string


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

InputFieldValidator


value

Optional

Value of the field

Type

any