UNPKG

@vidal-community/vidal-web-components

Version:

Vidal Web Components

13 lines 360 B
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