GradientDeltaUpdate: { gradient?: GradientUpdate; id?: Id; isApplied?: boolean }

Type declaration

  • Optionalgradient?: GradientUpdate

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

  • Optionalid?: Id

    Reference to the brand kit gradient, can only be used if it is a brand kit gradient.

  • OptionalisApplied?: boolean

    Indicates if the gradient will be applied or not.