API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeTileMapBandDefinition
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.
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.