Inputs
PropertyDefinitionInput
Input required for creating property definition.
Fields
name* String! non-null | Name for uniquely identifying a property definition. |
propertyBehavior* PropertyBehaviorEnum! non-null | Behavior of a property. |
specification* String! non-null | Specification of property definition. It represents the data type of a property definition. |
isReadOnly | Indicates if the parameter is read-only or not in the application. |
isHidden | Indicates if the parameter is hidden or not in the application. |
description | A short description of the property definition. |
shouldCopy | Specifies expected behavior for the property on document data management operation like ‘copy’ in Autodesk authoring apps. Setting it to ‘true’ will copy the property along to the new document on such operations. |
isArchived | Indicates if the parameter is archived or not in the application. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | CreatePropertyDefinitionsInput | Input required for creating property definitions. |