Interface OpenFlowInstanceEditorOptions

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

Hierarchy

  • OpenConfigurationOptions
    • OpenFlowInstanceEditorOptions

Properties

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

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