build
open override fun BuilderScope.build(tileModel: CircularProgressIndicatorTileSchema): CircularProgressIndicatorTileHolder
Builds a fresh H from tileModel.
Receiver
BuilderScope, used to recursively build this tile's own events/tiles (via buildEventHolders()/buildTileHolders()) into holders of their own, and to resolve any dependency the holder's construction needs.
Return
the newly built holder.
Parameters
tileModel
the schema to build a holder for.