We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0471d6f commit 74cea97Copy full SHA for 74cea97
lib/types.ts
@@ -475,6 +475,10 @@ type InitOptions = {
475
*/
476
enablePerformanceMetrics?: boolean;
477
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
+ */
482
skippableCollectionMemberIDs?: string[];
483
};
484
0 commit comments