Type alias LayerConfig

LayerConfig: {
    as: string;
    zIndex: number;
}

Represents a configuration object for a CanvasBG layer.

Type declaration

  • as: string
  • zIndex: number