Documentation - v19.2.0-dev
    Preparing search index...
    interface FileObject {
        guid: string;
        hasChildren: boolean;
        name?: string;
        parentGuid?: string;
        productId: string;
        type: string;
    }
    Index

    Properties

    guid: string
    hasChildren: boolean
    name?: string
    parentGuid?: string
    productId: string
    type: string