ROOC
Try in the editor
ROOC docs
GitHub
Preparing search index...
runtime
RuntimeFunction
Type Alias RuntimeFunction<T, R>
type
RuntimeFunction
<
T
extends
NamedParameter
[]
,
R
extends
SerializedAddressableAccess
,
>
=
{
name
:
string
;
description
?:
string
;
type
:
"RuntimeFunction"
;
parameters
:
T
;
returns
:
R
;
}
Type Parameters
T
extends
NamedParameter
[]
R
extends
SerializedAddressableAccess
Index
Properties
name
description?
type
parameters
returns
Properties
name
name
:
string
Optional
description
description
?:
string
type
type
:
"RuntimeFunction"
parameters
parameters
:
T
returns
returns
:
R
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
description
type
parameters
returns
Try in the editor
ROOC docs
GitHub
ROOC
Loading...