Home > @infiniteobjects/data-types > IVideoPrintEditorColorPickerFeatures
Color Picker Feature flags
Signature:
export interface IVideoPrintEditorColorPickerFeatures
Flags/Element Diagram:
┌───────────────────┐
│┌─────────────────┐│
││ native / custom ││
│├─────────────────┤│
│└─────────────────┘│
│┌───┐ ┌───┬───┬───┐│
││ ✎ │ │ swatches ││
│└───┘ └───┴───┴───┘│
└───────────────────┘
| Property | Modifiers | Type | Description |
|---|---|---|---|
| enabled | boolean | Enables/Disables the Color Picker | |
| eyeDropper | boolean | Enables the EyeDropper functionality | |
| native | boolean | Enables the native color picker | |
| swatches | boolean | Enables the color swatches |