Type alias: SelectionController<M>
Ƭ SelectionController<M
>: Object
Use this controller to retrieve the selected entities or modify them in
an EntityCollection
If you want to pass a SelectionController
to
Type parameters
Name | Type |
---|---|
M | any |
Type declaration
Name | Type |
---|---|
selectedEntities | Entity <M >[] |
isEntitySelected | (entity : Entity <M >) => boolean |
setSelectedEntities | (selectedEntities : Entity <M >[]) => void |
toggleEntitySelection | (entity : Entity <M >) => void |