Flarum (v2.0.0-beta.5)
Preparing search index...
flarum
common/components/ColorPreviewInput
IColorPreviewInputAttrs
Interface IColorPreviewInputAttrs
interface
IColorPreviewInputAttrs
{
id
?:
string
;
onchange
?:
(
event
:
{
target
:
{
value
:
string
}
}
)
=>
void
;
type
?:
string
;
value
:
string
;
[
property
:
string
]:
any
;
}
Hierarchy (
View Summary
)
ComponentAttrs
IColorPreviewInputAttrs
Indexable
[
property
:
string
]:
any
Any other virtual element properties, including attributes and event handlers.
Index
Properties
id?
onchange?
type?
value
Properties
Optional
id
id
?:
string
Optional
onchange
onchange
?:
(
event
:
{
target
:
{
value
:
string
}
}
)
=>
void
Optional
type
type
?:
string
value
value
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
onchange
type
value
Flarum (v2.0.0-beta.5)
Loading...
Any other virtual element properties, including attributes and event handlers.