Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hydro-dev/Hydro
/ setText
Method
setText
packages/ui-default/components/discussion/CommentBox.js:65–68 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
63
}
64
65
setText(text) {
66
this.getTextareaHandler().val(text);
67
return
this;
68
}
69
70
getText() {
71
return
this.getTextareaHandler().val();
Callers
1
constructor
Method · 0.95
Calls
2
getTextareaHandler
Method · 0.95
val
Method · 0.80
Tested by
no test coverage detected