Interface DataViewProxyMethods

Display in API overview

Represents the methods available on a DataViewProxy.

interface DataViewProxyMethods {
    clearMarking(): void;
}

Methods

Methods

  • Clears the current marking

    Returns void

""