Ditto JS SDK v5.0.0
    Preparing search index...

    Type Alias TransactionOptions

    Interface representing options for a transaction.

    type TransactionOptions = {
        hint?: string;
        isReadOnly?: boolean;
    }
    Index

    Properties

    Properties

    hint?: string

    A hint for the transaction, useful for debugging and testing. Defaults to null.

    isReadOnly?: boolean

    Indicates whether the transaction is read-only. Defaults to false.