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

    Type Alias DocumentJSON

    Domino REST API document properties without some of its base properties.

    type DocumentJSON = {
        Form: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Generic document field name and its value.

    Index

    Properties

    Properties

    Form: string

    Form value of the document.