sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
34 lines (18 loc) • 396 B
Markdown
# Package: TopLevel
Class arguments
# Inheritance Hierarchy
- Object
- arguments
# Description
The arguments of a function.
# Properties
## callee
**Type:** Object
A reference to the function that is currently executing.
## length
**Type:** Number
The number of arguments passed to the function.
# Constructor Summary
arguments()
# Method Summary
# Constructor Detail