ElementObjectMetadataResponse
Object metadata response (returned by getObjectMetadata and getInstanceObjectMetadata).
Properties¶
| Property | Type | Description |
|---|---|---|
custom? |
string |
Connector custom-ness marker. |
displayName? |
string |
Display name. |
elementKey? |
string |
Owning connector key. |
fields? |
Record<string, ElementField> |
Field schema, keyed by field name/path. |
isHidden? |
boolean |
Whether the object is hidden from UX. |
isPriority? |
boolean |
Whether the object is featured as a priority. |
metadata? |
ElementObjectMetadata |
Connector object metadata. |
name |
string |
Object name. |
path? |
string |
Path template. |
subType? |
string |
Object subtype. |
type? |
string |
Object type. |