Class ChainPassAbstract

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

enabled: boolean = true

Enables/Disables draw pass.

Default Value

true

name: string

Name of the draw pass

options: Required<ChainPassOptions> = ...

Options of the draw pass

Methods

  • Function automatically called by the SVGDrawHandler

    Parameters

    • svg: Svg

      The svg tree being built

    • viewmap: Viewmap

      The viewmap data structure

    Returns Promise<void>

Generated using TypeDoc