Interface OpenFlowInstanceConfigurationOptions

interface OpenFlowInstanceConfigurationOptions {
    nodeKey?: string;
    onClose?: (() => void);
    showPoweredBy?: boolean;
}

Hierarchy

  • OpenConfigurationOptions
    • OpenFlowInstanceConfigurationOptions

Properties

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

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