Designer-level colors configuration.

interface AsukaColorsConfig {
    items?: AsukaColorItem[];
    scope?: "object" | "canvas" | "document";
}

Properties

Properties

items?: AsukaColorItem[]

Initial global colors list.

scope?: "object" | "canvas" | "document"

Target scope when the colors module opens.