Interface ColorInputParams

Hierarchy

Properties

alpha?: boolean

Deprecated

Use color.alpha instead.

color?: {
    alpha?: boolean;
    type?: ColorType;
}

Type declaration

  • Optional alpha?: boolean
  • Optional type?: ColorType
disabled?: boolean
expanded?: boolean
hidden?: boolean
index?: number
label?: string
picker?: PickerLayout
presetKey?: string
view?: string

Generated using TypeDoc