Embedded32 API
Preparing search index...
@embedded32/core
Module
Interface Module
interface
Module
{
name
:
string
;
version
:
string
;
bind
(
context
:
ModuleContext
)
:
void
;
onInit
()
:
void
|
Promise
<
void
>
;
onStart
()
:
void
|
Promise
<
void
>
;
onStop
()
:
void
|
Promise
<
void
>
;
}
Implemented by
BaseModule
Index
Properties
name
version
Methods
bind
on
Init
on
Start
on
Stop
Properties
name
name
:
string
version
version
:
string
Methods
bind
bind
(
context
:
ModuleContext
)
:
void
Parameters
context
:
ModuleContext
Returns
void
on
Init
onInit
()
:
void
|
Promise
<
void
>
Returns
void
|
Promise
<
void
>
on
Start
onStart
()
:
void
|
Promise
<
void
>
Returns
void
|
Promise
<
void
>
on
Stop
onStop
()
:
void
|
Promise
<
void
>
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
version
Methods
bind
on
Init
on
Start
on
Stop
Embedded32 API
Loading...