MCPcopy Create free account
hub / github.com/facebook/Rapid / highlightEdits

Method highlightEdits

modules/core/MapSystem.js:948–950  ·  view source on GitHub ↗

* highlightEdits * set/get whether to show edited features in a special style

()

Source from the content-addressed store, hash-verified

946 * set/get whether to show edited features in a special style
947 */
948 get highlightEdits() {
949 return this._highlightEdits;
950 }
951 set highlightEdits(val) {
952 if (this._highlightEdits === val) return; // no change
953

Callers

nothing calls this directly

Calls 2

dirtySceneMethod · 0.80
immediateRedrawMethod · 0.45

Tested by

no test coverage detected