简体   繁体   中英

In react js, how can I create a read-only ref to a DOM element?

I'm currently working on a react component library, and I'd like to create a ref to child from parent and access properties like margin, color, and so on; But I don't want to change it? how can I accomplish this in react js?

window.getComputedStyle(childRef.current)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM