Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TreeListConfig

A config containing properties for tree list

deprecated

The tree-list component is deprecated due to issues with Angular 6 and mobx autorun, introduced by angular-tree-component.

See: https://github.com/patternfly/patternfly-ng/issues/381

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 indentChildren

indentChildren: number

Indent children by the given value in pixels

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 treeOptions

treeOptions: any

For angular-tree-component options, see: https://angular2-tree.readme.io/docs

Generated using TypeDoc