Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ setValue
Method
setValue
src/view/params-view.ts:240–242 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
238
}
239
240
setValue(value: string) {
241
this.editor.setText(value ??
''
);
242
}
243
}
244
245
export
class
MultiCheckboxParamRow extends ParamRow<gui.Container> {
Callers
1
constructor
Method · 0.95
Calls
1
setText
Method · 0.80
Tested by
no test coverage detected