Type alias DecorateResetParams

DecorateResetParams: {
    remove: ((el) => any);
}

options passed to the reset method on a Decorator.

Type declaration

  • remove: ((el) => any)

    Removes the given element from the canvas.

      • (el): any
      • Parameters

        • el: BrowserElement

        Returns any