We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7606ce commit e17b3aaCopy full SHA for e17b3aa
src/providers/ContentShareProvider/docs/ContentShareProvider.mdx
@@ -36,7 +36,10 @@ The `ContentShareProvider` provides state and functionality for content sharing.
36
// Whether or not the local user's content share is loading
37
isLocalShareLoading: boolean;
38
39
- // Whether the user can start a content share based on current limits and `isLocalUserSharing`
+ // Determines if the user can start a new content share
40
+ // Returns false in two cases:
41
+ // 1. When the ContentShareProvider has reached its `maxContentShares` limit
42
+ // 2. When the local user is already sharing content
43
canStartContentShare: boolean;
44
45
// Array of all content share tile IDs
0 commit comments