Interface ConnectionStateChange

interface ConnectionStateChange {
    connectionState: string;
    which: "iframe" | "sdk";
}

Properties

connectionState: string
which: "iframe" | "sdk"

Generated using TypeDoc