x4js - v2.2.49
GitHub
Preparing search index...
PropertyValue
Interface PropertyValue
interface
PropertyValue
{
callback
:
(
name
:
string
,
value
:
any
)
=>
void
;
cls
?:
string
;
desc
?:
string
;
live
?:
boolean
;
max
?:
number
;
min
?:
number
;
name
?:
string
;
options
?:
ListItem
[]
;
step
?:
number
;
title
?:
string
;
type
:
|
"string"
|
"number"
|
"boolean"
|
"button"
|
"label"
|
"options"
|
"password"
;
value
:
IValue
|
IValueCB
;
}
Index
Properties
callback
cls?
desc?
live?
max?
min?
name?
options?
step?
title?
type
value
Properties
callback
callback
:
(
name
:
string
,
value
:
any
)
=>
void
Optional
cls
cls
?:
string
Optional
desc
desc
?:
string
Optional
live
live
?:
boolean
Optional
max
max
?:
number
Optional
min
min
?:
number
Optional
name
name
?:
string
Optional
options
options
?:
ListItem
[]
Optional
step
step
?:
number
Optional
title
title
?:
string
type
type
:
|
"string"
|
"number"
|
"boolean"
|
"button"
|
"label"
|
"options"
|
"password"
value
value
:
IValue
|
IValueCB
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
callback
cls
desc
live
max
min
name
options
step
title
type
value
GitHub
x4js - v2.2.49
Loading...