interface Group {
    nodes: Node[];
    templateURL: string;
}

Properties

Properties

nodes: Node[]
templateURL: string