Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.15.0
@multiversx/sdk-core
onTypeSelect
Function onTypeSelect
onTypeSelect
<
TResult
>
(
type
:
Type
,
selectors
:
{
onArray
:
()
=>
TResult
;
onEnum
:
()
=>
TResult
;
onExplicitEnum
:
()
=>
TResult
;
onList
:
()
=>
TResult
;
onManagedDecimal
:
()
=>
TResult
;
onManagedDecimalSigned
:
()
=>
TResult
;
onOption
:
()
=>
TResult
;
onOther
?:
()
=>
TResult
;
onPrimitive
:
()
=>
TResult
;
onStruct
:
()
=>
TResult
;
onTuple
:
()
=>
TResult
;
}
,
)
:
TResult
Type Parameters
TResult
Parameters
type
:
Type
selectors
:
{
onArray
:
()
=>
TResult
;
onEnum
:
()
=>
TResult
;
onExplicitEnum
:
()
=>
TResult
;
onList
:
()
=>
TResult
;
onManagedDecimal
:
()
=>
TResult
;
onManagedDecimalSigned
:
()
=>
TResult
;
onOption
:
()
=>
TResult
;
onOther
?:
()
=>
TResult
;
onPrimitive
:
()
=>
TResult
;
onStruct
:
()
=>
TResult
;
onTuple
:
()
=>
TResult
;
}
Returns
TResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@multiversx/sdk-core - v13.15.0
Loading...