Preparing search index...
    type NodeBase = {
        assetType: string;
        crawlerId?: string;
        displayName: string;
        entityName?: string;
        extraData?: IStringKeyMap;
        hasChildren?: boolean;
        id: string;
        isVirtual?: boolean;
        name: string;
        parentId: string | null;
        type: string;
    }
    Index

    Properties

    assetType: string
    crawlerId?: string
    displayName: string
    entityName?: string
    extraData?: IStringKeyMap
    hasChildren?: boolean
    id: string
    isVirtual?: boolean
    name: string
    parentId: string | null
    type: string