@@ -67,16 +67,16 @@ Please see the [Sequence Viewer documentation](https://cdn.rawgit.com/calipho-si
67
67
for more details on the options below.
68
68
69
69
70
- | Name | Description | Default Value | Type | Required | Comment |
71
- | :-----| :------------| --------------- | ------ | ----------| :--------|
72
- | id | The ID to use for the Sequence Viewer container element | A random unique ID | String | No | |
73
- | className | HTML class name to apply to the Sequence Viewer div container | | String | No | |
74
- | sequence | The sequence to render. | | String | Yes | |
75
- | selection | A region to highlight | | Array | No | Not compatible with ` coverage ` |
76
- | coverage | Advanced sequence hightlighting | | Array[ Objects] | No | Not compatible with ` selection ` |
77
- | legend | Adds a legend to the sequence | | | Array[ Objects] | No | |
78
- | onMouseSelection | Event handler for sequence selection with the mouse | | function | No | |
79
- | onSubpartSelected | Event handler for sequence selected via the search box | | function | No | |
70
+ | Name | Description | Type | Required | Comment |
71
+ | :-----| :------------| ------| ----------| :--------|
72
+ | id | The ID to use for the Sequence Viewer container element | String | No | |
73
+ | className | HTML class name to apply to the Sequence Viewer div container | String | No | |
74
+ | sequence | The sequence to render. | String | Yes | |
75
+ | selection | A region to highlight | Array | No | Not compatible with ` coverage ` |
76
+ | coverage | Advanced sequence hightlighting | Array[ Objects] | No | Not compatible with ` selection ` |
77
+ | legend | Adds a legend to the sequence | Array[ Objects] | No | |
78
+ | onMouseSelection | Event handler for sequence selection with the mouse | function | No | |
79
+ | onSubpartSelected | Event handler for sequence selected via the search box | function | No | |
80
80
81
81
[ build-badge ] : https://img.shields.io/travis/user/repo/master.png?style=flat-square
82
82
[ build ] : https://travis-ci.org/FlyBase/react-sequence-viewer
0 commit comments