Interface IItemGet

interface IItemGet {
    availableFormats?: string[];
    children?: IItem[];
    crossLinks?: XRCrossProjectLink[];
    docHasPackage?: boolean;
    downLinks?: IReference[];
    history?: IItemHistory[];
    icon?: string;
    id?: string;
    isDeleted?: boolean;
    isFolder?: boolean;
    isUnselected?: number;
    labels?: string[];
    linksDown?: string;
    linksUp?: string;
    maxVersion?: number;
    modDate?: string;
    requireSubTree?: XRCategoryAndRoot[];
    selectSubTree?: XRCategoryAndRoot[];
    title?: string;
    type?: string;
    upLinkList?: XRTrimLink[];
    upLinks?: IReference[];
}

Hierarchy

Properties

availableFormats?: string[]
children?: IItem[]
crossLinks?: XRCrossProjectLink[]
docHasPackage?: boolean
downLinks?: IReference[]
history?: IItemHistory[]
icon?: string
id?: string
isDeleted?: boolean
isFolder?: boolean
isUnselected?: number
labels?: string[]
linksDown?: string
linksUp?: string
maxVersion?: number
modDate?: string
requireSubTree?: XRCategoryAndRoot[]
selectSubTree?: XRCategoryAndRoot[]
title?: string
type?: string
upLinkList?: XRTrimLink[]
upLinks?: IReference[]

Generated using TypeDoc