Interface DataViewProxyMethods

Represents the methods available on a DataViewProxy.

interface DataViewProxyMethods {
    clearMarking(): void;
}

Methods

Methods

  • Clears the current marking

    Returns void