Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Handle returned by onChange to unsubscribe from change notifications.

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

    Properties

    Properties

    dispose: () => void

    Removes the change listener.