Home > ISYS_ReactComponentizationDialogReactInstance > useRef
ISYS_ReactComponentizationDialogReactInstance.useRef property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
创建一个可变的 ref 对象
Signature
typescript
useRef: <T>(initialValue: T) => React.MutableRefObject<T>;1