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

Method areaFillMode

modules/core/MapSystem.js:967–969  ·  view source on GitHub ↗

* areaFillMode * set/get the area fill mode - one of 'full', 'partial' (default), or 'wireframe'

()

Source from the content-addressed store, hash-verified

965 * set/get the area fill mode - one of 'full', 'partial' (default), or 'wireframe'
966 */
967 get areaFillMode() {
968 return this._currFillMode;
969 }
970 set areaFillMode(val) {
971 const context = this.context;
972 const gfx = context.systems.gfx;

Callers

nothing calls this directly

Calls 3

dirtySceneMethod · 0.80
setItemMethod · 0.45
immediateRedrawMethod · 0.45

Tested by

no test coverage detected