Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@nightingale-elements/nightingale-interpro-track
Advanced tools
Interpro extension of the track type.
InterPro extension of the track component
<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>
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.
show-label
is true, the component will render the accession
of the feature as label."."
it will use its value as a selector in the feature object, for instance if label=".feature.name"
it will try to get the value of feature.name
for each particular feature, if the property doesn't exist, it won't render anything as label."."
this string will be used as label.This component inherits from nigthingale-track
.
The component implements the following mixins: withManager
, withResizable
, withMargin
, withPosition
, withDimensions
, withHighlight
, and withZoom
.
FAQs
Interpro extension of the track type.
We found that @nightingale-elements/nightingale-interpro-track demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.