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

    Interface CanCloseRef

    Reference to the CanClose guard registered on a view.

    interface CanCloseRef {
        dispose(): void;
    }
    Index

    Methods

    Methods

    • Removes the CanClose guard from the view.

      Has no effect if another guard was registered in the meantime.

      Returns void