core/navigator/navigator-node.ts
Interface that determines the available click options.
Properties |
|
| $event |
$event:
|
Type : any
|
| Optional |
|
DOM event. |
| expander |
expander:
|
Type : boolean
|
| Optional |
|
Indicates that the source of the event is a click on the node expander. |
| icon |
icon:
|
Type : boolean
|
| Optional |
|
Indicates that the source of the event is a click on the node icon. |
| open |
open:
|
Type : boolean
|
| Optional |
|
Indicates that the navigator node is expanded/collapsed. |
| showUnassignedDevices |
showUnassignedDevices:
|
Type : boolean
|
| Optional |
|
Creates a new group node which will contain all unassigned devices. |