MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onFitVertically

Method onFitVertically

examples/piu/cards/main.js:123–127  ·  view source on GitHub ↗
(layout, height)

Source from the content-addressed store, hash-verified

121 return width;
122 }
123 onFitVertically(layout, height) {
124 this.anchors.background.height = height;
125 this.resetTimeline(layout);
126 return height;
127 }
128 },
129 contents:[
130 Die($, {

Callers

nothing calls this directly

Calls 1

resetTimelineMethod · 0.80

Tested by

no test coverage detected