# JSList

## Overview

This class is the representation of a mobile list component/form.

## Methods Summary

| Type                                                                                | Name                  | Summary                   |
| ----------------------------------------------------------------------------------- | --------------------- | ------------------------- |
| [JSForm](https://docs.servoy.com/reference/servoycore/dev-api/solutionmodel/jsform) | [getForm()](#getform) | Returns the list's form.. |

## Methods Details

### getForm()

Returns the list's form.

**Returns**\
[JSForm](https://docs.servoy.com/reference/servoycore/dev-api/solutionmodel/jsform) the list's form.

**Sample**

```javascript
newFormList.getForm().dataprovider = formList.getForm().dataprovider;
```
