Hierarchy

  • IWikPane

Implemented by

Properties

$el: HTMLElement

The dom element.

For leaflet it's a div which wrap a canvas, a svg, and many images,...

For Pixi, it's just a canvas.

configurable: boolean

If this pane is managed by manager.

the manager who manages this pane

name: string

the name of this pane, used as the key of dict for fast indexed read.

order: number

the display order in DOM tree. it affects the z-index finally.

proxy: boolean

If the pane is a proxy.

renderer: unknown

The renderer on this pane. one pane, one renderer, and cannot change after initialized.

For leaflet, it may be L.Canvas or L.SVG.

For Pixi, it has to be Canvas.

visible: boolean

If the pane is visible, we use display: none to hide it.

Accessors

  • get zIndex(): number
  • The calculation of z index, it depends on order and renderer type...

    Returns number

Methods

Generated using TypeDoc