Checks whether all attributes are available at this instant; if false, a load is required to access these properties.
The index of where this Module appears in the project. This property is required, and of type double. Also, its value needs to be unique among its siblings (meaning, in code: containerAsProject.modules) in the project. In other words: containerAsProject.modules.map(m => m.sortedIndex) (TS syntax) needs to be a list with unique values.
Generated using TypeDoc
See: relevant section in reference guide