formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface Disposable

    Generic interface for all object that can perform cleanup via a dispose method.

    interface Disposable {
        dispose: () => void;
    }
    Index

    Properties

    Properties

    dispose: () => void

    Runs the custom cleanup logic for this object. The exact behavior depends on how this disposable was obtained.