Documentation
    Preparing search index...

    Interface LinkOpenContext

    Host context passed to LinkServiceOptions.open.

    interface LinkOpenContext {
        options?: LinkOpenOptions;
        url: URL;
        windowId: string;
    }
    Index

    Properties

    Properties

    options?: LinkOpenOptions

    Optional untrusted napplet display hints.

    url: URL

    Parsed absolute URL after validation.

    windowId: string

    Window id of the requesting napplet.