helia
Preparing search index...
helia
HeliaMixin
Interface HeliaMixin<Start, Stop>
interface
HeliaMixin
<
Start
extends
Helia
=
Helia
,
Stop
=
Start
>
{
name
:
string
;
start
?
(
helia
:
Start
)
:
void
|
Promise
<
void
>
;
stop
?
(
helia
:
Stop
)
:
void
|
Promise
<
void
>
;
}
Type Parameters
Start
extends
Helia
=
Helia
Stop
=
Start
Index
Properties
name
Methods
start?
stop?
Properties
name
name
:
string
Methods
Optional
start
start
?
(
helia
:
Start
)
:
void
|
Promise
<
void
>
Parameters
helia
:
Start
Returns
void
|
Promise
<
void
>
Optional
stop
stop
?
(
helia
:
Stop
)
:
void
|
Promise
<
void
>
Parameters
helia
:
Stop
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
Methods
start
stop
helia
Loading...