Interface ISelectedItems

Description

Settings for select text, etc.

Hierarchy

  • ISelectedItems

Properties

indexes?: number[]

Array of indexes of selected elements.

multiselectTag?: boolean

An optional parameter that is responsible for the behavior of the select, for him, *** works only in a place with a multiselect connection.

placeholder?: string

Placeholder optional parameter to which the text of the select placeholder is passed.

selected?: string

An optional parameter, which is passed the element that will be selected initially in the select.

selectedItems?: string[]

Array of selected items from the list.

theme?: string

An optional parameter that is responsible for enabling a light/dark theme by default, the dark theme is set.

Generated using TypeDoc