Home > d3-blueprint > Layer
Layer class
A Layer manages a single D3 data-join lifecycle (bindData → insert → enter/update/merge/exit).
Signature:
typescript
export declare class Layer<TData = unknown>Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Methods
Method | Modifiers | Description |
|---|---|---|
Executes the full data-join lifecycle. Returns a promise that resolves when all transitions complete. | ||
Removes a specific handler, or all handlers for the given lifecycle event. | ||
Registers a handler for the given lifecycle event. |