@arkade-os/sdk Documentation - v0.4.54
Preparing search index...
arkade
InputDef
Interface InputDef
A typed function input or constructor param: a name plus its
ArkadeArgType
.
interface
InputDef
{
name
:
string
;
type
:
ArkadeArgType
;
}
Index
Properties
name
type
Properties
name
name
:
string
type
type
:
ArkadeArgType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
type
@arkade-os/sdk Documentation - v0.4.54
Loading...
A typed function input or constructor param: a name plus its ArkadeArgType.