Skip to content

Home > d3-blueprint > Layer > (constructor)

Layer.(constructor)

Constructs a new instance of the Layer class

Signature:

typescript
constructor(base: D3Selection, options: LayerOptions<TData>);

Parameters

Parameter

Type

Description

base

D3Selection

options

LayerOptions<TData>