Function: useUpdateBinder()
function useUpdateBinder(update$): void
Defined in: packages/api/tmp/univer-pro/node_modules/.pnpm/@wendellhu+redi@0.17.0/node_modules/@wendellhu/redi/esm/react-bindings/reactRx.d.ts:27
subscribe to a signal that emits whenever data updates and re-render
Parameters
Parameter | Type | Description |
---|---|---|
update$ | Observable <void > | a signal that the data the functional component depends has updated |
Returns
void