Skip to content

component-lifecycle


component-lifecycle / LifecycleEventMap

Type Alias: LifecycleEventMap<P>

LifecycleEventMap<P> = object

Map of lifecycle events to event details.

Type Parameters

P

P extends string

The prefix used for event names.

Properties

attached

attached: LifecycleEventDetails<P>


destroyed

destroyed: LifecycleEventDetails<P>


disposed

disposed: LifecycleEventDetails<P>


initialized

initialized: LifecycleEventDetails<P>