Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
visitor
types
OptionalMethodResult
Interface OptionalMethodResult
interface
OptionalMethodResult
{
label
?:
string
;
title
?:
string
;
type
:
"optional"
;
value
:
null
|
NormalMethodResult
|
RecordMethodResult
|
VariantMethodResult
|
(
DefaultMethodResult & ({ type: "tuple"; componentType: "normal"; values: (NormalMethodResult | RecordMethodResult | ... 9 more ... | UnknownMethodResult)[]; } | { ...; } | { ...; } | { ...; })
)
|
OptionalMethodResult
|
VectorMethodResult
|
NumberMethodResult
|
TextMethodResult
|
BooleanMethodResult
|
PrincipalMethodResult
|
NullMethodResult
|
UnknownMethodResult
;
}
Hierarchy (
view full
)
DefaultMethodResult
OptionalMethodResult
Index
Properties
label?
title?
type
value
Properties
Optional
label
label
?:
string
Optional
title
title
?:
string
type
type
:
"optional"
value
value
:
null
|
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
label
title
type
value
ic-reactor
Loading...