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