@advjs/monorepo / @advjs/gui / AGUIPropertyColorProps
Interface: AGUIPropertyColorProps
Defined in: packages/gui/client/components/panel/types.ts:42
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
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
rgbScale?
optional
rgbScale:number
Defined in: packages/gui/client/components/panel/types.ts:49
color scale
Default
255
If you want to use 0-1 scale, set this to 1.
type
type:
"color"
Defined in: packages/gui/client/components/panel/types.ts:43