locar-tiler
    Preparing search index...

    Interface DataTile<T>

    Represents the association of a Tile with its data.

    interface DataTile<T> {
        data: T;
        tile: Tile;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T

    the data stored in the tile.

    tile: Tile

    the tile.