Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
GroupInputProps
Interface GroupInputProps
Public
interface
GroupInputProps
{
isDivided
?:
boolean
;
isFocused
?:
boolean
;
onBlur
?:
(
(
)
=>
void
)
;
widthMap
?:
{
[
key
:
number
]
:
CSSProperties
[
"width"
]
;
}
;
}
Index
Properties
is
Divided?
is
Focused?
on
Blur?
width
Map?
Properties
Optional
is
Divided
is
Divided
?:
boolean
Optional
is
Focused
is
Focused
?:
boolean
Optional
on
Blur
on
Blur
?:
(
(
)
=>
void
)
Optional
width
Map
width
Map
?:
{
[
key
:
number
]
:
CSSProperties
[
"width"
]
;
}
On This Page
Properties
is
Divided
is
Focused
on
Blur
width
Map
Юниверс MDM SDK UI
Loading...
Public