跳转到内容

ControllerState

此内容尚不支持你的语言。

Defined in: ui/controller/ui-controller.ts:25

One named enum-state: a page list plus the currently selected page name.

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).