# GetMetaData

Gets metadata (the methods, properties, and parameters of a component) associated with an object.

This returns the `$bx.meta` object for the object.

## Method Signature

```
GetMetaData(value=[any])
```

### Arguments

| Argument | Type  | Required | Description                     | Default |
| -------- | ----- | -------- | ------------------------------- | ------- |
| `value`  | `any` | `true`   | The object to get metadata for. |         |

## Examples

## Related
