Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ setScriptListColumnWidth
Method
setScriptListColumnWidth
src/pkg/config/config.ts:378–380 ·
view source on GitHub ↗
(val: { [key: string]: number })
Source
from the content-addressed store, hash-verified
376
}
377
378
setScriptListColumnWidth(val: { [key: string]: number }) {
379
this._set(
"script_list_column_width"
, val);
380
}
381
382
defaultMenuExpandNum() {
383
return
5;
Callers
1
ScriptTable
Function · 0.80
Calls
1
_set
Method · 0.95
Tested by
no test coverage detected