MCPcopy
hub / github.com/twitter/labella.js / getLayerIndex

Method getLayerIndex

src/core/node.js:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 getLayerIndex(){
120 return this.layerIndex;
121 }
122
123 clone(){
124 const node = new Node(this.idealPos, this.width, this.data);

Callers 3

renderer.jsFile · 0.80
node.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected