wipeTiles

abstract fun wipeTiles(groupingTileId: String): Result<Unit>

Removes every child of the container tile identified by groupingTileId, leaving it empty.

Parameters

groupingTileId

id of the container tile to empty.