add |
Adds a new row to the table. For the top table, this creates a new configuration. For theme tables, this creates a new theme. The new row is added to the bottom of the table, and the cell values are copied from the row above it. You can also use the ConfigurationRow.copy method to create a new row by copying any existing row. |
classType |
Static function that all classes support that returns the type of the class as a string. The returned string matches the string returned by the objectType property. For example if you have a reference to an object and you want to check if it's a SketchLine you can use myObject.objectType == fusion.SketchLine.classType(). |
item |
A method that returns the specified row using an index into the collection. These are returned in the same order as in the table; the first row is the default row. |
itemById |
A method that returns the row with the specified ID. |
itemByName |
A method that returns the row with the specified name. |