protvista-manager

3.8.4 • Public • Published

protvista-manager

Published on NPM

It is a container for all the tracks and other inner components (e.g. protvista-navigation).

This component is in charge of capturing the events that its protvista descendent trigger, and adjust element attributes accordingly.

A protvista descendent is any element in its subtree which tag name starts with 'protvista'.

The children should fire events of the type change, and the detail object should contain the attributes type and value.

Additionally, there are a set of pre-defined attributes which can be used with this component and will be propagated to descendents: displaystart, displayend, highlight and length. This is useful if you want to control things like zoom level from outside, for instance directly from your application.

See it running Here.

Usage

<protvista-manager attributes="attr1 attr2"></protvista-manager>

Here is an example of how the child components should fire the events:

this.dispatchEvent(
  new CustomEvent("change", {
    detail: {
      value: "New value",
      type: "attr1",
    },
  })
);

API Reference

Properties

Attributes

attributes: string

displaystart?: number

displayend?: number

highlight?: start:end,start:end,...

length?: number

List of attributes that this component will be propagating.

Package Sidebar

Install

npm i protvista-manager

Weekly Downloads

92

Version

3.8.4

License

ISC

Unpacked Size

45.2 kB

Total Files

7

Last publish

Collaborators

  • xwatkins
  • ljgarcia
  • mmahmoudy
  • 4ndr01d3
  • aurel-l
  • swaathik
  • dlrice2