ng-xtend API documentation
    Preparing search index...

    Interface IDocumentInfo

    Information about a stored document

    interface IDocumentInfo {
        documentId?: string;
        documentName: string;
        isUrl: boolean;
    }

    Implemented by

    Index

    Properties

    documentId?: string

    Optional document identifier

    documentName: string

    The name of the document

    isUrl: boolean

    Whether the document is accessible via URL