> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/webmap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/base-components/components/formscontainer.md).

# FormsContainer

## Implementation Details

> **Component Selector:** 'wm-formscontainer'

## PME Support

### Properties

| Property                                            | Get/Set | Notify Changes | Details                                                                                  |
| --------------------------------------------------- | ------- | -------------- | ---------------------------------------------------------------------------------------- |
| openedComponents: { \[id: string]: ComponentRef\ }; | No      | No             | Contains the opened components that are being displayed by the FormsContainer component. |

### Methods

| Method                 | Supported | Details                                                                                  |
| ---------------------- | --------- | ---------------------------------------------------------------------------------------- |
| loadComponent          | Yes       | Renders a form component inside the FormsContainer component.                            |
| bringToFront           | Yes       | Moves to top view the form with the route `url` passed as parameter.                     |
| disposeComponent       | Yes       | Removes an existing form component from the FormsContainer.                              |
| navigateToForm         | Yes       | Receives a form ID and navigates to that form.                                           |
| navigateToSystemDialog | Yes       | Receives dialog data `{dialog, arguments}` and displays a new instance of system dialog. |

### Events

| Event               | Supported | Parameter | Details |
| ------------------- | --------- | --------- | ------- |
| No events supported |           |           |         |
