Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
visitor
types
MethodDetail
Interface MethodDetail<A>
interface
MethodDetail
<
A
>
{
argDetail
:
{
[
key
:
`
arg
${
number
}
`
]
:
FieldDetailWithChild
;
}
;
retDetail
:
{
[
key
:
`
ret
${
number
}
`
]
:
FieldDetailWithChild
;
}
;
functionType
:
types
.
FunctionType
;
functionName
:
Extract
<
keyof
A
,
string
>
;
label
:
string
;
status
:
number
;
description
?:
string
;
}
Type Parameters
A
=
types
.
BaseActor
Hierarchy
Omit
<
MethodArgDetail
<
A
>
,
"detail"
>
Omit
<
MethodReturnDetail
<
A
>
,
"detail"
>
MethodDetail
Index
Properties
arg
Detail
ret
Detail
function
Type
function
Name
label
status
description?
Properties
arg
Detail
arg
Detail
:
{
[
key
:
`
arg
${
number
}
`
]
:
FieldDetailWithChild
;
}
Type declaration
[
key
:
`
arg
${
number
}
`
]:
FieldDetailWithChild
ret
Detail
ret
Detail
:
{
[
key
:
`
ret
${
number
}
`
]
:
FieldDetailWithChild
;
}
Type declaration
[
key
:
`
ret
${
number
}
`
]:
FieldDetailWithChild
function
Type
function
Type
:
types
.
FunctionType
function
Name
function
Name
:
Extract
<
keyof
A
,
string
>
label
label
:
string
status
status
:
number
Optional
description
description
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
arg
Detail
ret
Detail
function
Type
function
Name
label
status
description
ic-reactor
Loading...