OnItemSelection typedef

OnItemSelection = void Function(DockingItem item)

Event that will be triggered when a DockingItem selection is changed.

Implementation

typedef OnItemSelection = void Function(DockingItem item);