Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
plugin
HonuaPluginLifecycleContext
Interface HonuaPluginLifecycleContext<K>
Experimental
interface
HonuaPluginLifecycleContext
<
K
>
{
environment
:
"browser"
|
"worker"
|
"node"
;
manifest
:
HonuaPluginManifest
<
K
>
;
resolve
:
(
<
D
,
E
>
(
kind
:
D
,
id
:
string
)
=>
undefined
|
E
)
;
services
:
Readonly
<
Partial
<
HonuaPluginHostServices
>
>
;
signal
:
AbortSignal
;
}
Type Parameters
K
extends
HonuaPluginKind
=
HonuaPluginKind
Index
Properties
environment
manifest
resolve
services
signal
Properties
Readonly
Experimental
environment
environment
:
"browser"
|
"worker"
|
"node"
Readonly
Experimental
manifest
manifest
:
HonuaPluginManifest
<
K
>
Readonly
resolve
resolve
:
(
<
D
,
E
>
(
kind
:
D
,
id
:
string
)
=>
undefined
|
E
)
Resolve an already initialized dependency from this application only.
Readonly
Experimental
services
services
:
Readonly
<
Partial
<
HonuaPluginHostServices
>
>
Readonly
Experimental
signal
signal
:
AbortSignal
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
environment
manifest
resolve
services
signal
@honua/sdk-js
Loading...
Resolve an already initialized dependency from this application only.