Interface OpenFlowInstanceConfigurationOptions

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

Hierarchy (View Summary)

Properties

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