get

fun get(): T

Returns this tile's current T snapshot — the schema that gets serialized back to the client's UI state and, ultimately, the network. Re-derives via getTileSchema and clears the dirty flag when isDirty is true; otherwise returns the cached tile unchanged, avoiding a full subtree walk on every read.

Return

the current T for this tile.