@inweb/client
    Preparing search index...

    Interface ICdaNode

    Defines the CDA tree node.

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

    Properties

    Properties

    children: ICdaNode[]

    Nested objects.

    handle: string

    Object original handle.

    name: string

    Object name.