Objects
ConfigurationTable
An object representing the configuration table.
Fields
id* ID! non-null | ID that uniquely identifies this configuration table in the design. |
name* String! non-null | The name of this configuration table. |
configuredDesignItemVersion* ConfiguredDesignItemVersion! non-null | An object representing the item that contains this configuration table. |
rows* [ConfigurationRow]! non-null | An array of rows within this configuration table. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | ConfiguredDesignItem | Represents an item that contains configurations. |
Field Of | ConfiguredDesignItemVersion | Represents a version of an item that contains configurations. |