removeTile

open override fun removeTile(tileId: String): Result<Unit>

Removes the top-level root tile whose id equals tileId.

Parameters

tileId

id of the tile to remove.


open override fun removeTile(tileId: String, groupingTileId: String): Result<Unit>

Removes the child whose id equals tileId from the container tile identified by groupingTileId.

Parameters

tileId

id of the child to remove.

groupingTileId

id of the container tile to remove it from.