Event
Functions
-
def event(
name: str
) -> Callable[Callable[Awaitable[IpcResponse]]] -
def subscription(
name: str
) -> Callable[Callable[AsyncGenerator[IpcResponse, None]]] -
async def init_events_for_window(
window: Window
) -> None