Documentation - v19.2.0-dev
    Preparing search index...
    interface TreeViewChild {
        children?: TreeViewChild[];
        guid: string;
        id: number;
        name: string | null;
        parentGuid: string | null;
        teiaType: string;
        typeId: string;
    }
    Index

    Properties

    children?: TreeViewChild[]
    guid: string
    id: number
    name: string | null
    parentGuid: string | null
    teiaType: string
    typeId: string