@hcl-software/domino-rest-sdk-node
    Preparing search index...

    Class DominoDocument

    Holds Domino document information and utility functions.

    Implements

    Index

    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