Interface ICdaNode

Defines the CDA tree node.

interface ICdaNode {
    children: ICdaNode[];
    handle: string;
    name: string;
}

Properties

Properties

children: ICdaNode[]

Nested objects.

handle: string

Object original handle.

name: string

Object name.