Body, Mind & Soul — API Reference
    Preparing search index...

    Function takeSnapshot

    • Parameters

      • doc: any
      • label: string = ""

      Returns Promise<
          | {
              filename: string;
              meta: {
                  coreVersion: any;
                  documentId: any;
                  documentName: any;
                  documentType: any;
                  label: string;
                  systemVersion: any;
                  takenAt: string;
              };
              path: any;
          }
          | null,
      >