Tauri Core API - v2.6.0
    Preparing search index...

    Interface MockIPCOptions

    Options for mockIPC.

    Options

    shouldMockEvents: If true, the listen and emit functions will be mocked, allowing you to test event handling without a real backend. This will consume any events emitted with the plugin:event prefix.

    2.7.0

    interface MockIPCOptions {
        shouldMockEvents?: boolean;
    }
    Index

    Properties

    shouldMockEvents?: boolean