electron-ipc-module
    Preparing search index...

    Interface EmittedEventInfo

    A single event a module emits to the renderer.

    interface EmittedEventInfo {
        argsType: string | null;
        key: string;
    }
    Index
    argsType: string | null

    Serialized argument tuple type, or null when there are no args.

    key: string

    Event name, e.g. "profile-updated".