sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
48 lines (26 loc) • 666 B
Markdown
## Package: dw.web
# Class FormListItem
## Inheritance Hierarchy
- Object
- dw.web.FormElement
- dw.web.FormGroup
- dw.web.FormListItem
## Description
Represents an item in a form list.
## Properties
### itemIndex
**Type:** Number (Read Only)
The index of this item with the list.
## Constructor Summary
## Method Summary
### getItemIndex
**Signature:** `getItemIndex() : Number`
Returns the index of this item with the list.
## Method Detail
## Method Details
### getItemIndex
**Signature:** `getItemIndex() : Number`
**Description:** Returns the index of this item with the list.
**Returns:**
the index of this item with the list.
---