Documentation
    Preparing search index...

    Interface IntentWindowController

    Creates or focuses the handler window and delivers the intent payload.

    interface IntentWindowController {
        open(
            params: IntentOpenParams,
        ): { windowId: string } | Promise<{ windowId: string }>;
    }
    Index

    Methods

    Methods