MCPcopy Index your code
hub / github.com/Fiddle-Digital/string-scroll / mobileScrollMode

Method mobileScrollMode

src/index.ts:150–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148
149 private mMode: "disable" | "default" = "default"
150 get mobileScrollMode(){
151 return this.mMode
152 }
153 set mobileScrollMode(mobileMode: "disable" | "default"){
154 this.mMode = mobileMode
155 this.updateModeParams(this.mMode)

Callers

nothing calls this directly

Calls 1

updateModeParamsMethod · 0.95

Tested by

no test coverage detected