MCPcopy Create free account
hub / github.com/BetaSu/big-react / hideTextInstance

Function hideTextInstance

packages/react-dom/src/hostConfig.ts:82–84  ·  view source on GitHub ↗
(textInstance: TextInstance)

Source from the content-addressed store, hash-verified

80}
81
82export function hideTextInstance(textInstance: TextInstance) {
83 textInstance.nodeValue = '';
84}
85
86export function unhideTextInstance(textInstance: TextInstance, text: string) {
87 textInstance.nodeValue = text;

Callers 1

hideOrUnhideAllChildrenFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected