Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
visitor
types
MethodArg
Interface MethodArg<A>
interface
MethodArg
<
A
>
{
functionName
:
Extract
<
keyof
A
,
string
>
;
functionType
:
types
.
FunctionType
;
fields
:
[
]
|
AllArgTypes
<
types
.
IDL
.
Type
<
any
>
>
[]
;
validateAndReturnArgs
:
(
(
data
)
=>
ArgTypeFromIDLType
<
types
.
FunctionName
<
A
>
>
[]
)
;
defaultValues
:
MethodArgsDefaultValues
<
Extract
<
keyof
A
,
string
>
>
;
}
Type Parameters
A
=
types
.
BaseActor
Index
Properties
function
Name
function
Type
fields
validate
And
Return
Args
default
Values
Properties
function
Name
function
Name
:
Extract
<
keyof
A
,
string
>
function
Type
function
Type
:
types
.
FunctionType
fields
fields
:
[
]
|
AllArgTypes
<
types
.
IDL
.
Type
<
any
>
>
[]
validate
And
Return
Args
validate
And
Return
Args
:
(
(
data
)
=>
ArgTypeFromIDLType
<
types
.
FunctionName
<
A
>
>
[]
)
Type declaration
(
data
)
:
ArgTypeFromIDLType
<
types
.
FunctionName
<
A
>
>
[]
Parameters
data
:
MethodArgsDefaultValues
<
types
.
FunctionName
<
A
>
>
Returns
ArgTypeFromIDLType
<
types
.
FunctionName
<
A
>
>
[]
default
Values
default
Values
:
MethodArgsDefaultValues
<
Extract
<
keyof
A
,
string
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
function
Name
function
Type
fields
validate
And
Return
Args
default
Values
ic-reactor
Loading...