@cartridge-engine/keyboard-engine
    Preparing search index...

    Interface MouseStreamEvent

    One item yielded by Mouse#stream: the event action type plus the event payload.

    interface MouseStreamEvent {
        event: XtermMouseEvent;
        type: MouseEventAction;
    }
    Index

    The mouse event payload.

    The mouse event action (e.g. "click", "move", "wheel").