In version 8.13.0: introduced
In version 8.13.0: introduced
In version 9.8.0: deleted In version 9.3.0: introduced
In version 9.8.0: deleted In version 9.3.0: introduced
Checks whether all attributes are available at this instant; if false, a load is required to access these properties.
In version 9.1.0: deleted In version 8.5.0: introduced
In version 9.1.0: deleted In version 8.5.0: introduced
In version 9.3.0: introduced
In version 9.3.0: introduced
In version 9.8.0: introduced
In version 9.8.0: introduced
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.
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