Preparing search index...
The search index is not available
@rokii/api
@rokii/api
App
Type Alias App<T>
App
<
T
>
:
{
id
:
string
;
onAppStart
?:
(
(
settings
:
Record
<
string
,
any
>
)
=>
Promise
<
T
>
)
;
run
:
(
(
context
:
ExtensionContext
,
ownContext
:
T
)
=>
Promise
<
void
>
)
;
}
Type Parameters
T
=
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@rokii/api
Loading...