@advjs/monorepo / @advjs/gui / AGUIPropertySliderProps
Interface: AGUIPropertySliderProps
Defined in: packages/gui/client/components/panel/types.ts:57
property base props
Extends
Properties
description?
optional
description:string
Defined in: packages/gui/client/components/panel/types.ts:12
Inherited from
AGUIPropertyBaseProps
.description
disabled?
optional
disabled:boolean
Defined in: packages/gui/client/components/panel/types.ts:17
pass object and key to get bound value
Inherited from
AGUIPropertyBaseProps
.disabled
key
key:
string
Defined in: packages/gui/client/components/panel/types.ts:19
Inherited from
max
max:
number
Defined in: packages/gui/client/components/panel/types.ts:60
min
min:
number
Defined in: packages/gui/client/components/panel/types.ts:59
name?
optional
name:string
Defined in: packages/gui/client/components/panel/types.ts:11
Property name
Inherited from
object
object:
Record
<string
,any
>
Defined in: packages/gui/client/components/panel/types.ts:18
Inherited from
step
step:
number
Defined in: packages/gui/client/components/panel/types.ts:61
type
type:
"slider"
Defined in: packages/gui/client/components/panel/types.ts:58