Skip to content

Commit 74cea97

Browse files
committed
Add description to skippableCollectionMemberIDs option
1 parent 0471d6f commit 74cea97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,10 @@ type InitOptions = {
475475
*/
476476
enablePerformanceMetrics?: boolean;
477477

478+
/**
479+
* Array of collection member IDs which updates will be ignored when using Onyx methods.
480+
* Additionally, any subscribers from these keys to won't receive any data from Onyx.
481+
*/
478482
skippableCollectionMemberIDs?: string[];
479483
};
480484

0 commit comments

Comments
 (0)