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