Skip to content

component-lifecycle


component-lifecycle / LifecycleEventDetails

Type Alias: LifecycleEventDetails<P>

LifecycleEventDetails<P> = object

Event details for lifecycle events (e.g., initialized, attached, disposed, destroyed). Reusable type for all lifecycle events.

Type Parameters

P

P extends string

The prefix used for event names.

Properties

component

component: Component<P>