> For the complete documentation index, see [llms.txt](https://help.pickzen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickzen.com/developers/sdk/documentation/formslide/formfield/selectorfieldoption.md).

# SelectorFieldOption

This class models a dropdown field.

```javascript
/**
 * Returns the Id of this option.
 *
 * @returns {string}
 */
getId()

/**
 * Returns the title of this option.
 *
 * @returns {string}
 */
getTitle() 

/**
 * Returns the image of this option.
 * @returns {string}
 */
getImage() 
```
