Preparing search index...
The search index is not available
AsukaDesigner JavaScript API - v1.0.0
AsukaDesigner JavaScript API
AsukaFabricRenderEngineRuntime
Interface AsukaFabricRenderEngineRuntime
interface
AsukaFabricRenderEngineRuntime
{
activateView
?:
(
(
viewId
:
string
,
options
?:
AsukaViewActivationOptions
)
=>
void
|
Promise
<
void
>
)
;
deactivateView
?:
(
(
viewId
:
string
)
=>
void
|
Promise
<
void
>
)
;
}
Index
Properties
activate
View?
deactivate
View?
Properties
Optional
activate
View
activate
View
?:
(
(
viewId
:
string
,
options
?:
AsukaViewActivationOptions
)
=>
void
|
Promise
<
void
>
)
Optional
deactivate
View
deactivate
View
?:
(
(
viewId
:
string
)
=>
void
|
Promise
<
void
>
)
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activate
View
deactivate
View
AsukaDesigner JavaScript API - v1.0.0
Loading...