Type Alias DecorateResetParams

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

options passed to the reset method on a Decorator.

Type declaration

Version :