ic-reactor
Example
GitHub
Preparing search index...
visitor
types
NormalMethodResult
Interface NormalMethodResult
interface
NormalMethodResult
{
type
:
"normal"
;
label
?:
string
;
title
?:
string
;
values
:
Record
<
`
ret
${
number
}
`
,
MethodResult
<
ReturnDataType
>
>
;
}
Index
Properties
type
label?
title?
values
Properties
type
type
:
"normal"
Optional
label
label
?:
string
Optional
title
title
?:
string
values
values
:
Record
<
`
ret
${
number
}
`
,
MethodResult
<
ReturnDataType
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
label
title
values
Example
GitHub
ic-reactor
Loading...