Type alias ControllerChangedEvt

ControllerChangedEvt: ((args) => void)

Event Arguments when a controller changed event is invoked (added or removed)
Access the controller via args.controller, the args.change property indicates if the controller was added or removed

Type declaration

Generated using TypeDoc