Holds Domino document information and utility functions.

Implements

Constructors

Properties

Document metadata.

"@warnings"?: string[]

List of warnings (if any) when document operation is done.

fields: Map<string, any> = ...

Maps document fields and values where field names are stored as keys with value as the field value.

Form: string

Form value of document.

Methods