UNPKG

bs-elements

Version:

Lit-based Web Components using Bootstrap

12 lines (9 loc) 265 B
class CustomTargetEvent extends CustomEvent { constructor (type, options) { super(type, options) if (options?.target) { Object.defineProperty(this, 'target', { writable: false, value: options.target }) } } } export default CustomTargetEvent