LiveQueryPublish = () => void
Defined in: packages/modelence/src/live-query/context.ts:5
Publish function provided to watch handlers.
Call this to trigger a re-fetch and send updated data to the client.
Returns
void
LiveQueryPublish = () => void
Defined in: packages/modelence/src/live-query/context.ts:5
Publish function provided to watch handlers.
Call this to trigger a re-fetch and send updated data to the client.
void