locar-tiler
Preparing search index...
DataTile
Interface DataTile
Represents the association of a Tile with its data.
interface
DataTile
{
data
:
any
;
tile
:
Tile
;
}
Index
Properties
data
tile
Properties
data
data
:
any
the data stored in the tile.
tile
tile
:
Tile
the tile.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
tile
locar-tiler
Loading...
Represents the association of a Tile with its data.