# SelectionActor

The SelectionActor is used to tag/display data as selected, highlighted or marked.

# Properties

  • Type: components.lists.SelectionActor

# Parameter

Name Type Description
multiple boolean Defines whether more than one record can be selected, highlighted, or marked at the same time.
markable boolean Defines whether data can be tagged as marked.
selectable boolean Defines whether data can be tagged as selected.
highlightable boolean Defines whether data can be tagged as highlighted.
Request missing documentation