Skip to main content

Interface: CustomComboBoxMetaInfo

Charting Library.CustomComboBoxMetaInfo

Hierarchy

Properties

customInfo

Optional customInfo: any

Additional custom information

Inherited from

CustomInputFieldMetaInfo.customInfo


id

id: string

Input field ID

Inherited from

CustomInputFieldMetaInfo.id


inputType

inputType: "ComboBox"

Type of the input field

Overrides

CustomInputFieldMetaInfo.inputType


items

items: CustomComboBoxItem[]

Items for the combo box input field


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

Validator function for the field

Inherited from

CustomInputFieldMetaInfo.validator


value

Optional value: any

Value of the field

Inherited from

CustomInputFieldMetaInfo.value