> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/variables/statevariables/statevariableprop.md).

# StateVariableProp

Base: Enum

State Variable Properties:

* `CONSTANT: str = 'constant'`
* `IMMUTABLE: str = 'immutable'`
* `INTERNAL: str = 'internal'`
* `PRIVATE: str = 'private'`
* `PUBLIC: str = 'public'`
