ic-reactor
Example
GitHub
Preparing search index...
visitor
types
MethodArgDetail
Interface MethodArgDetail<A>
interface
MethodArgDetail
<
A
=
types
.
BaseActor
>
{
functionType
:
types
.
FunctionType
;
functionName
:
Extract
<
keyof
A
>
;
detail
:
{
[
key
:
`
arg
${
number
}
`
]:
FieldDetailWithChild
}
;
label
:
string
;
status
:
number
;
description
?:
string
;
}
Type Parameters
A
=
types
.
BaseActor
Hierarchy (
View Summary
)
FieldDetail
MethodArgDetail
Index
Properties
function
Type
function
Name
detail
label
status
description?
Properties
function
Type
functionType
:
types
.
FunctionType
function
Name
functionName
:
Extract
<
keyof
A
>
detail
detail
:
{
[
key
:
`
arg
${
number
}
`
]:
FieldDetailWithChild
}
label
label
:
string
status
status
:
number
Optional
description
description
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
function
Type
function
Name
detail
label
status
description
Example
GitHub
ic-reactor
Loading...