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

    Type Alias GetRichtextOptions

    Options for GET /richtext/{richTextAs}/{unid} operation.

    type GetRichtextOptions = {
        item?: string;
        mode?: string;
    }
    Index

    Properties

    Properties

    item?: string

    Name of the RichText item to retrieve. When omitted "Body" is used as item name.

    mode?: string

    Mode to perform the document access in. Defaults to "default" if missing.