VtRenderState class final

High-level wrapper over Ghostty's incremental render-state API.

Properties

dirty GhosttyRenderStateDirty
The current dirty state for this render state.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
snapshot() VtRenderSnapshot
toString() String
A string representation of this object.
inherited
update() → void
visitRows(void visitor(VtRenderRowCursor row)) → void
Visits the live row iterator for this render state.

Operators

operator ==(Object other) bool
The equality operator.
inherited