OptionalcontextThe context menu controller to use.
Defaults to a ContextMenuController.
If null, opening context menu's is disabled.
OptionalhoverThe hover controller to use.
Defaults to a HoverController.
If null, hovering is disabled.
OptionalnavigateThe navigate controller to use.
Defaults to a NavigateController.
If null, navigation is disabled.
OptionalselectThe select controller to use.
Defaults to a SelectController.
If null, selection is disabled.
Constructor options for DefaultController.
The specified controllers are chained in a CompositeController in the following order:
Setting an option to
nullwill disable that behavior. If an option is not specified (undefined), a default controller is used. Check the documentation of the individual options for details.Since
2024.0