UNPKG

sfcc-dev-mcp

Version:

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

62 lines (32 loc) 1.08 kB
## Package: TopLevel # Class Boolean ## Inheritance Hierarchy - Object - Boolean ## Description Provides support for boolean values. ## Constructor Summary Boolean(value : String) Constructs the Boolean using the specified String value. Boolean(value : Number) Constructs the Boolean using the specified Number value. ## Method Summary ### toString **Signature:** `toString() : String` Returns true or false depending on the value used to create the Boolean. ### valueOf **Signature:** `valueOf() : Object` Returns the primitive boolean contained in the Boolean object. ## Constructor Detail ## Method Detail ## Method Details ### toString **Signature:** `toString() : String` **Description:** Returns true or false depending on the value used to create the Boolean. **Returns:** true or false depending on the value used to create the Boolean. --- ### valueOf **Signature:** `valueOf() : Object` **Description:** Returns the primitive boolean contained in the Boolean object. **Returns:** the primitive boolean contained in the Boolean object. ---