# ControlContainer

## Implementation Details

> **Component Selector:** 'Base component without template and selector'

## PME Support

### Properties

| Property       | Get/Set | Notify Changes | Details                                                            |
| -------------- | ------- | -------------- | ------------------------------------------------------------------ |
| container: any | No      | No             | Contains a reference to the container HTML element of the control. |

### Methods

| Method               | Supported | Details                                                                                                                                 |
| -------------------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| removeControlHandler | Yes       | Removes the static content from the container control, it receives `EventData` parameter with the name of the static control to remove. |

### Events

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gapvelocity.ai/webmap/general/frontend/documentation/base-components/components/controlcontainer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
