@r47onfire/backolon - v0.0.0
Home
REPL
Language Docs
Github
Preparing search index...
index
NativeFunctionDetails
Interface NativeFunctionDetails
Shape of native function metadata registered with the Backolon scheduler.
interface
NativeFunctionDetails
{
params
:
(
Thing
<
name
>
|
Thing
<
paramdescriptor
>
)
[]
;
impl
(
task
:
Task
,
state
:
StackEntry
)
:
void
;
}
Index
Properties
params
Methods
impl
Properties
params
params
:
(
Thing
<
name
>
|
Thing
<
paramdescriptor
>
)
[]
Methods
impl
impl
(
task
:
Task
,
state
:
StackEntry
)
:
void
Parameters
task
:
Task
state
:
StackEntry
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
params
Methods
impl
Home
REPL
Language Docs
Github
@r47onfire/backolon - v0.0.0
Loading...
Shape of native function metadata registered with the Backolon scheduler.