Skip to content

Home > d3-blueprint > LifecycleHandler

LifecycleHandler type

Handler invoked during a non-transition lifecycle phase.

Signature:

typescript
export type LifecycleHandler<TData> = (selection: Selection<BaseType, TData, BaseType, unknown>) => void;