File

projects/netgrif-components-core/src/lib/view/tree-case-view/tree-component/model/case-tree-path.ts

Description

A path in a case ref tree structure.

Attributes are stringIds of child cases. Their values are arrays containing the path from root to the child.

Indexable

[childId: string]: Array<string>
export interface CaseTreePath {
    [childId: string]: Array<string>;
}

result-matching ""

    No results matching ""