Skip to content

Commit

Permalink
[update docs] Update autogen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Oct 24, 2024
1 parent c7f8783 commit f1b14b6
Show file tree
Hide file tree
Showing 2 changed files with 980 additions and 1,048 deletions.
18 changes: 18 additions & 0 deletions website/docs/config/SvgFeatureRenderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,21 @@ impliedUTRs: {
defaultValue: false,
}
```

#### slot: transcriptTypes

```js
transcriptTypes: {
type: 'stringArray',
defaultValue: ['mRNA', 'transcript', 'primary_transcript'],
}
```

#### slot: containerTypes

```js
containerTypes: {
type: 'stringArray',
defaultValue: ['proteoform_orf'],
}
```
Loading

0 comments on commit f1b14b6

Please sign in to comment.