@bluelibs/runner - v5.5.0
    Preparing search index...

    Interface JournalSetOptions

    Options for setting values in the journal.

    interface JournalSetOptions {
        override?: boolean;
    }
    Index

    Properties

    Properties

    override?: boolean

    If true, allows overwriting an existing value. By default, attempting to set a key that already exists will throw an error.