Interface OpenDataSourceConfigurationOptions

interface OpenDataSourceConfigurationOptions {
    onClose?: (() => void);
    showPoweredBy?: boolean;
}

Hierarchy

  • OpenConfigurationOptions
    • OpenDataSourceConfigurationOptions

Properties

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

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