Fields
An overview of Stof fields.
Fields are the primary way to define data with Stof (but not the only way).
Paths
Just like objects and functions, fields are organized in objects and are referenced via paths. See the Objects page for more details on paths and how they work.
Attributes
Just like functions, fields can have attributes. Currently, however, there are not many field attributes that Stof pays attention to. They mostly benefit anyone using Stof to interpret fields in different ways.
Private Attribute
Fields can have a private attribute, making them only visible and operable in the object(s) in which they are attached.
Read Only Attribute
Fields with the "readonly" attribute cannot be modified by functions, only read.
Last updated