We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/taurgis/sfcc-dev-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
FormFieldOptions.md•687 B
## Package: dw.web
# Class FormFieldOptions
## Inheritance Hierarchy
- Object
- dw.web.FormFieldOptions
## Description
The class represents the list of options for a field. The class supports an index style access to the options, e.g. myfield.options[2] or myfield.options.red.
## Properties
### optionsCount
**Type:** Number (Read Only)
The number of option values.
## Constructor Summary
## Method Summary
### getOptionsCount
**Signature:** `getOptionsCount() : Number`
Returns the number of option values.
## Method Detail
## Method Details
### getOptionsCount
**Signature:** `getOptionsCount() : Number`
**Description:** Returns the number of option values.
---