Class DesignDocument

Contains information about a design document.

Hierarchy

  • DesignDocument

Constructors

Properties

Accessors

Constructors

Properties

name: string

The name of the design document.

The namespace for this design document.

rev: undefined | string

The revision of the design document.

views: {
    [viewName: string]: DesignDocumentView;
}

A map of the views that exist in this design document.

Type declaration

Accessors

Generated using TypeDoc