Preparing search index...
The search index is not available
simpliPFy JS Frontend Documentation
simpliPFy JS Frontend Documentation
scripts/pyodideWorker
Handler
Type Alias Handler<K>
Handler
:
(
data
:
PyodideAPIMap
[
K
]
[
"input"
]
,
)
=>
Promise
<
HandlerReturn
<
PyodideAPIMap
[
K
]
[
"output"
]
>
>
Type Parameters
K
extends
keyof
PyodideAPIMap
Type declaration
(
data
:
PyodideAPIMap
[
K
]
[
"input"
]
,
)
:
Promise
<
HandlerReturn
<
PyodideAPIMap
[
K
]
[
"output"
]
>
>
Parameters
data
:
PyodideAPIMap
[
K
]
[
"input"
]
Returns
Promise
<
HandlerReturn
<
PyodideAPIMap
[
K
]
[
"output"
]
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
simpliPFy JS Frontend Documentation
Loading...