Interface OpenNewConnectionOptions

interface OpenNewConnectionOptions {
    onClose?: (() => void);
    showPoweredBy?: boolean;
    allowMultipleConnections?: boolean;
    name?: string;
}

Hierarchy

  • OpenConfigurationOptions
    • OpenNewConnectionOptions

Properties

onClose?: (() => void)
showPoweredBy?: boolean

Flag to show the "Powered by Integration.app" footer in the iframe.

allowMultipleConnections?: boolean
name?: string