Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
visitor
types
NormalMethodResult
Interface NormalMethodResult
interface
NormalMethodResult
{
type
:
"normal"
;
label
?:
string
;
title
?:
string
;
values
:
Record
<
`
ret
${
number
}
`
,
NormalMethodResult
|
RecordMethodResult
|
VariantMethodResult
|
(
DefaultMethodResult & ({ type: "tuple"; componentType: "normal"; values: (NormalMethodResult | RecordMethodResult | ... 9 more ... | UnknownMethodResult)[]; } | { ...; } | { ...; } | { ...; })
)
|
OptionalMethodResult
|
VectorMethodResult
|
NumberMethodResult
|
TextMethodResult
|
BooleanMethodResult
|
PrincipalMethodResult
|
NullMethodResult
|
UnknownMethodResult
>
;
}
Index
Properties
type
label?
title?
values
Properties
type
type
:
"normal"
Optional
label
label
?:
string
Optional
title
title
?:
string
values
values
:
Record
<
`
ret
${
number
}
`
,
NormalMethodResult
|
RecordMethodResult
|
VariantMethodResult
|
(
DefaultMethodResult & ({ type: "tuple"; componentType: "normal"; values: (NormalMethodResult | RecordMethodResult | ... 9 more ... | UnknownMethodResult)[]; } | { ...; } | { ...; } | { ...; })
)
|
OptionalMethodResult
|
VectorMethodResult
|
NumberMethodResult
|
TextMethodResult
|
BooleanMethodResult
|
PrincipalMethodResult
|
NullMethodResult
|
UnknownMethodResult
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
type
label
title
values
ic-reactor
Loading...