Search
Preparing search index...
@universe-ee/sdk
Universe
Platform
Uikit
BeforeMaskedValueChange
Type Alias BeforeMaskedValueChange
BeforeMaskedValueChange
:
(
newState
:
InputMaskState
,
oldState
:
InputMaskState
,
userInput
:
string
|
null
,
maskOptions
:
InputMaskOptions
,
)
=>
InputMaskState
Функция для изменения значения маски перед установкой.
Type declaration
(
newState
:
InputMaskState
,
oldState
:
InputMaskState
,
userInput
:
string
|
null
,
maskOptions
:
InputMaskOptions
,
)
:
InputMaskState
Parameters
newState
:
InputMaskState
oldState
:
InputMaskState
userInput
:
string
|
null
maskOptions
:
InputMaskOptions
Returns
InputMaskState
Public
Юниверс MDM SDK UI
Loading...
Функция для изменения значения маски перед установкой.