fieldnotesai
    Preparing search index...

    Function useRealtimeRefresh

    • Hook to subscribe to changes across multiple tables that all trigger the same refresh action. Useful for screens that depend on a complex entity (like a Case) with multiple related tables.

      Parameters

      • configs: { filter?: string; table: string }[]
      • onUpdate: () => void

      Returns void