# Stub

Stub component is a dummy component that is used to show something when a unsupported component needs to be rendered in an application. The use of this component is limited to the migration tool.

## Implementation Details

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

## PME Support

### Properties

| Property                                | Get/Set | Notify Changes | Details |
| --------------------------------------- | ------- | -------------- | ------- |
| It does not have accessible properties. |         |                |         |

### Methods

| Method                                | Supported | Details |
| ------------------------------------- | --------- | ------- |
| It does not have methods implemented. |           |         |

### 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/stub.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.
