removeTiles

open override fun removeTiles(tileIds: List<String>): Result<Unit>

Removes every top-level root tile whose id is in tileIds.

Parameters

tileIds

ids of the tiles to remove.


open override fun removeTiles(tileIds: List<String>, groupingTileId: String): Result<Unit>

Removes every child whose id is in tileIds from the container tile identified by groupingTileId.

Parameters

tileIds

ids of the children to remove.

groupingTileId

id of the container tile to remove them from.