@vidal-community/vidal-web-components
Version:
Vidal Web Components
13 lines • 360 B
JavaScript
export class Link {
constructor(id, group, content, title, className, start, end) {
this.type = 'background';
this.id = id;
this.group = group;
this.content = content;
this.title = title;
this.className = className;
this.start = start;
this.end = end;
}
}
//# sourceMappingURL=link.js.map