API Reference
SystemState
Internal runtime flags for debug overlays and certain layout-control switches.
SystemState
SystemState is a small container for runtime-wide flags.
Public status
SystemState lives in src/states and is mainly runtime reference. Most integrations should read it through exported StringData.
Current fields
fpsTrackerpositionTrackersuppressMasonryResize
What it is for
These flags are currently used for:
- enabling debug overlays
- controlling specific layout behavior such as masonry resize suppression
Practical note
This is more of a runtime control bucket than a general-purpose state model.