Home > d3-blueprint > LifecycleEventKey
LifecycleEventKey type
Any valid lifecycle event key, including :transition variants.
Signature:
typescript
export type LifecycleEventKey = LifecycleEventName | `${LifecycleEventName}:transition`;References: LifecycleEventName