travels
    Preparing search index...

    Type Alias TravelsReplayOptions

    type TravelsReplayOptions = {
        mark?: MutativeOptions<false, boolean>["mark"];
        strict?: boolean;
    }
    Index

    Properties

    Properties

    mark?: MutativeOptions<false, boolean>["mark"]

    Match the Mutative mark option used when the history was recorded.

    strict?: boolean

    Match the strict option used when the history was recorded.