@nightingale-elements/nightingale-interpro-track
v5.6.0
Published
Interpro extension of the track type.
Downloads
369
Readme
nightingale-interpro-track
InterPro extension of the track component
Usage
<nightingale-interpro-track
id="track"
width="600"
length="490"
display-start="1"
display-end="490"
highlight="20:50,40:80"
shape="roundRectangle"
expanded
></nightingale-interpro-track>API Reference
Attributes
expanded: boolean (default: false)
When true the children of the main track (if any), will be displayed. false indicates they should be hidden.
"show-label": boolean (default: false)
Set to true if a label should be rendered over each feature.
label: string | null (default: null)
Defines what to displays as label.
- If this is not set, but
show-labelis true, the component will render theaccessionof the feature as label. - If is set, and starts with
"."it will use its value as a selector in the feature object, for instance iflabel=".feature.name"it will try to get the value offeature.namefor each particular feature, if the property doesn't exist, it won't render anything as label. - If is set with a string that doesn't start with
"."this string will be used as label.
Other attributes and parameters
This component inherits from nigthingale-track.
The component implements the following mixins: withManager, withResizable, withMargin, withPosition, withDimensions, withHighlight, and withZoom.
