UNPKG

sfcc-dev-mcp

Version:

MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools

73 lines (39 loc) 1.05 kB
## Package: dw.object # Class CustomObject ## Inheritance Hierarchy - Object - dw.object.PersistentObject - dw.object.ExtensibleObject - dw.object.CustomObject ## Description Represents a custom object and its corresponding attributes. ## Properties ### custom **Type:** CustomAttributes (Read Only) The custom attributes of this object. ### type **Type:** String (Read Only) The type of the CustomObject. ## Constructor Summary ## Method Summary ### getCustom **Signature:** `getCustom() : CustomAttributes` Returns the custom attributes of this object. ### getType **Signature:** `getType() : String` Returns the type of the CustomObject. ## Method Detail ## Method Details ### getCustom **Signature:** `getCustom() : CustomAttributes` **Description:** Returns the custom attributes of this object. **Returns:** the custom attributes of this object. --- ### getType **Signature:** `getType() : String` **Description:** Returns the type of the CustomObject. **Returns:** the type of the CustomObject. ---