# `SequenceOverview` (component)



## Props

### `engine`

Rendering engine: `canvas` or `webgl` (experimental).

type: `enum('canvas'|'webgl')`
defaultValue: `"canvas"`


### `height` (required)

Width of the component (in pixels), e.g. `100`

type: `number`
defaultValue: `50`


### `style`

Custom style configuration.

type: `object`


### `tileHeight`

Height of a tile in the OverviewBar, e.g. `5`

type: `number`
defaultValue: `5`


### `tileWidth`

Width of a tile in the OverviewBar, e.g. `5`

type: `number`
defaultValue: `5`


### `width` (required)

Width of the component (in pixels), e.g. `100`

type: `number`

