@lukso/up-provider - v0.3.7
    Preparing search index...

    Interface UPProviderConnectorEvents

    interface UPProviderConnectorEvents {
        channelCreated: (
            id: string | Window | HTMLIFrameElement,
            channel: UPClientChannel,
        ) => void;
    }
    Index

    Properties

    Properties

    channelCreated: (
        id: string | Window | HTMLIFrameElement,
        channel: UPClientChannel,
    ) => void