API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeTileMapBandDefinition

@codexo/exojs-tilemap / tilemap / stable

The layers composing one band, by id or unique name, in any order. Tile and image layers may be freely mixed. Rendering order always follows the map's combined document order (import('./TileMap').TileMap.renderableLayers) regardless of the order listed here - a definition *selects* layers, it never reorders them. The band's name is the key it is registered under in TileMapViewOptions.bands.

0
props
0
methods
0
events
Import
import { TileMapBandDefinition } from '@codexo/exojs-tilemap'

The layers composing one band, by id or unique name, in any order. Tile and image layers may be freely mixed. Rendering order always follows the map's combined document order (import('./TileMap').TileMap.renderableLayers) regardless of the order listed here - a definition *selects* layers, it never reorders them. The band's name is the key it is registered under in TileMapViewOptions.bands.

Definition1
Source