Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ListConfig

A config containing properties for list view

Hierarchy

Index

Properties

Optional dblClick

dblClick: boolean

Handle double clicking (item remains selected on a double click). Default is false

Optional emptyStateConfig

emptyStateConfig: EmptyStateConfig

A config containing properties for empty state when no items are available

Optional hideClose

hideClose: boolean

Set to true to hide the close button in the expansion area. Default is false

Optional multiSelect

multiSelect: boolean

Allow multiple item selections

Not applicable when dblClick is true. Default is false

Optional selectItems

selectItems: boolean

Allow row item selection. Default is false

Optional showCheckbox

showCheckbox: boolean

Show checkbox for selecting items. Default is false

Optional showRadioButton

showRadioButton: boolean

Show radio button for selecting items. Default is false

Optional useExpandItems

useExpandItems: boolean

Allow expansion for each list item

Optional usePinItems

usePinItems: boolean

Show pinned items

Generated using TypeDoc