Function addDoc

  • Add a document to the collection.

    Parameters

    Returns Promise<{
        block: string;
        id: string;
        mid: string;
        order: number;
    }>

    The ID of the newly added document.

Generated using TypeDoc