SCION Workbench Client - v1.0.0-beta.35
    Preparing search index...

    Interface CloseStrategy

    Specifies when to close the popup.

    interface CloseStrategy {
        onEscape?: boolean;
        onFocusLost?: boolean;
    }
    Index

    Properties

    onEscape?: boolean

    Controls if to close the popup when pressing escape. Defaults to true. No return value will be passed to the popup opener.

    onFocusLost?: boolean

    Controls if to close the popup on focus loss, returning the result set via Popup#setResult to the popup opener. Defaults to true.