Kind: Function
Source: atloria-monorepo/apps/web/src/hooks/useProjectMembers.ts
useDocumentCollaborators - Hook for fetching users who can be mentioned in a document
This is a convenience wrapper that determines the appropriate members to fetch based on the document context.
Signature
tsfunction useDocumentCollaborators(documentId: string): UseProjectMembersReturn
Parameters
| Name | Type |
|---|---|
documentId | string |
Returns: UseProjectMembersReturn
Was this page helpful?