Interface OpenFlowRunEditorOptions

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

Hierarchy

  • OpenConfigurationOptions
    • OpenFlowRunEditorOptions

Properties

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

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