UNPKG

@vidal-community/vidal-web-components

Version:

Vidal Web Components

11 lines 322 B
export class SubGroup { constructor(id, group, content, treeLevel, className, title = '') { this.id = id; this.group = group; this.content = content; this.treeLevel = treeLevel; this.className = className; this.title = title; } } //# sourceMappingURL=subgroup.js.map