projects/m2-core/src/lib/model/ui/tile/TileInfo.ts
Properties |
|
constructor(tile?: TileData, siblings?: TileData[], parentGroup?: TilesGroup)
|
||||||||||||
|
Parameters :
|
| Public parentGroup |
Type : TilesGroup
|
| Public siblings |
Type : TileData[]
|
| Public tile |
Type : TileData
|