Home > d3-blueprint > LayerEventMap
LayerEventMap type
Event map passed to Layer constructor via events option.
Signature:
typescript
export type LayerEventMap<TData> = Partial<Record<LifecycleEventKey, LifecycleHandler<TData> | TransitionHandler<TData>>>;References: LifecycleEventKey, LifecycleHandler, TransitionHandler