MCPcopy 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

constructorMethod · 0.95

Calls 2

getTextareaHandlerMethod · 0.95
valMethod · 0.80

Tested by

no test coverage detected