Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.15.0
@multiversx/sdk-core
onTypedValueSelect
Function onTypedValueSelect
onTypedValueSelect
<
TResult
>
(
value
:
TypedValue
,
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
value
:
TypedValue
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...