Stone.js API
    Preparing search index...

    Interface MakeBrowserEventOptions

    interface MakeBrowserEventOptions {
        metadata?: Record<string, unknown>;
        url?: string;
    }
    Index
    metadata?: Record<string, unknown>

    Metadata the event carries, readable through event.get.

    url?: string

    Full URL or path (default /).

    A path is resolved against http://localhost. A native application's own scheme works too: myapp://tasks/42 is what a deep link arrives as, and testing it is the point.