ColorUsageUpdate: { color?: ColorUpdate; id?: Id; isApplied?: boolean; opacity?: number; type: ColorUsageType }

Type declaration

  • Optional color?: ColorUpdate

    The local color object, can only be used if it is a local color.

  • Optional id?: Id

    Reference to the stylekit color, can only be used if it is a stylekit color.

  • Optional isApplied?: boolean

    Indicates if the color will be applied or not.

  • Optional opacity?: number

    Opacity of the color (0-100) where 0 = fully transparent.

  • type: ColorUsageType

Generated using TypeDoc