Search
Preparing search index...
@universe-ee/sdk
Universe
Platform
Uikit
InputColorPickerPrefixProps
Interface InputColorPickerPrefixProps
Интерфейс свойств префикса для компонента выбора цвета.
Public
interface
InputColorPickerPrefixProps
{
color
:
string
;
elementRef
?:
RefObject
<
HTMLDivElement
>
;
}
Index
Properties
color
element
Ref?
Properties
color
color
:
string
Текущий цвет
Optional
element
Ref
elementRef
?:
RefObject
<
HTMLDivElement
>
Ссылка на DOM-элемент
On This Page
Properties
color
element
Ref
Юниверс MDM SDK UI
Loading...
Интерфейс свойств префикса для компонента выбора цвета.
Public