资源项

interface ResourceItem {
    catalog: string;
    dataType: DataTypeEnum;
    decryptionKey?: string;
    defaultLoad: boolean;
    name: string;
    netRootPaths?: string[];
    offlineCache: boolean;
    pid: string;
    properties: any;
    show: boolean;
    showInTree: boolean;
}

Properties

catalog: string
dataType: DataTypeEnum
decryptionKey?: string
defaultLoad: boolean
name: string
netRootPaths?: string[]
offlineCache: boolean
pid: string
properties: any
show: boolean
showInTree: boolean