UNPKG

@vidal-community/vidal-web-components

Version:

Vidal Web Components

13 lines 366 B
export class Point { constructor(id, group, content, title, className, start, drugId) { this.type = 'point'; this.id = id; this.group = group; this.content = content; this.title = title; this.className = className; this.start = start; this.drugId = drugId; } } //# sourceMappingURL=point.js.map