Type alias Layer

Layer: {
    config: LayerConfig;
    instance: ChildCanvasBG;
}

Represents a layer for the CanvasBG instance.

Type declaration