Skip to content

component-lifecycle


component-lifecycle / ComponentOptions

Type Alias: ComponentOptions

ComponentOptions = object

Options for the Component class.

Properties

bubbleEvents

bubbleEvents: boolean

Whether events emitted by this component should bubble up through the DOM.

Default

ts
true