# ImageLayer

## Props

All common [layers props](/api/Layers/README.md#props)

### `source`

- **Type:** `Object | String`
- **Non-Synced**
- **Description:** A data source containing an image.
- **See:** `ImageSource` in [Mapbox API Docs](https://docs.mapbox.com/mapbox-gl-js/api/#imagesource)

::: tip Reactivity
`coordinates` and `url` fields of the `source` prop are reactive.
If you change their value, changes automatically applied to the map.
:::

## Events

All common layer [events](/api/Layers/#events)
