Skip to main content

Interface: CustomInputFieldMetaInfo

Charting Library.CustomInputFieldMetaInfo

Hierarchy

Properties

customInfo

Optional customInfo: any

Additional custom information


id

id: string

Input field ID

Inherited from

CustomFieldMetaInfoBase.id


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

CustomFieldMetaInfoBase.title


validator

Optional validator: InputFieldValidator

Validator function for the field


value

Optional value: any

Value of the field

Inherited from

CustomFieldMetaInfoBase.value