Search
Preparing search index...
@universe-ee/sdk
Universe
Platform
Uikit
InputMaskState
Interface InputMaskState
Состояние маски ввода.
Public
interface
InputMaskState
{
selection
:
null
|
{
end
:
number
;
start
:
number
}
;
value
:
string
;
}
Index
Properties
selection
value
Properties
selection
selection
:
null
|
{
end
:
number
;
start
:
number
}
Текущий выбор в поле ввода
value
value
:
string
Текущее значение
On This Page
Properties
selection
value
Юниверс MDM SDK UI
Loading...
Состояние маски ввода.
Public