ControllerState
此内容尚不支持你的语言。
Defined in: ui/controller/ui-controller.ts:25
One named enum-state: a page list plus the currently selected page name.
Properties
Section titled “Properties”current
Section titled “current”current:
string
Defined in: ui/controller/ui-controller.ts:31
Currently selected page name (should be one of pages).
name:
string
Defined in: ui/controller/ui-controller.ts:27
Controller name, referenced by gears (e.g. “tab”, “$interaction”).
pages:
string[]
Defined in: ui/controller/ui-controller.ts:29
Ordered page names (the enum’s members).