electron-direct-ipc - v2.2.3
    Preparing search index...

    Queued message structure for messages sent before registration completes

    interface QueuedMessage {
        args: unknown[];
        message: string;
        target: TargetSelector;
        throttled: boolean;
        timestamp: number;
    }
    Index

    Properties

    args: unknown[]
    message: string
    throttled: boolean
    timestamp: number