@openhps/core
Preparing search index...
WorkerMethod
Interface WorkerMethod
interface
WorkerMethod
{
handler
:
(
model
:
Model
<
any
,
any
>
,
...
args
:
any
[]
)
=>
void
|
Promise
<
any
>
;
name
:
string
;
}
Index
Properties
handler
name
Properties
handler
handler
:
(
model
:
Model
<
any
,
any
>
,
...
args
:
any
[]
)
=>
void
|
Promise
<
any
>
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handler
name
@openhps/core
Loading...