Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Doc<T>

Type parameters

  • T

Hierarchy

  • Doc

Index

Properties

_id

_id: DocID

Unique document ID.

Optional content

content: Partial<T>

The contents of the document. All content record keys are optional.

originDB

originDB: string

Name of the database the document was created in.

path

path: Path

Lexographic path to the location of the document.

type

type: string

Type of the document, comes from a ValidationSpec

Generated using TypeDoc