Preparing search index...
The search index is not available
@rendley/sdk - v1.11.18
@rendley/sdk
PropertyDescription
Interface PropertyDescription
interface
PropertyDescription
{
defaultValue
:
any
;
description
?:
string
;
initOnly
?:
boolean
;
label
?:
string
;
max
?:
number
|
number
[]
;
min
?:
number
|
number
[]
;
name
:
string
;
step
?:
number
|
number
[]
;
type
:
PropertyDescriptionTypeEnum
;
validateFunction
?:
(
value
:
any
)
=>
boolean
;
}
Index
Properties
default
Value
description?
init
Only?
label?
max?
min?
name
step?
type
validate
Function?
Properties
default
Value
defaultValue
:
any
Optional
description
description
?:
string
Optional
init
Only
initOnly
?:
boolean
Optional
label
label
?:
string
Optional
max
max
?:
number
|
number
[]
Optional
min
min
?:
number
|
number
[]
name
name
:
string
Optional
step
step
?:
number
|
number
[]
type
type
:
PropertyDescriptionTypeEnum
Optional
validate
Function
validateFunction
?:
(
value
:
any
)
=>
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
Value
description
init
Only
label
max
min
name
step
type
validate
Function
@rendley/sdk - v1.11.18
Loading...