Search
getManagedCollections
getManagedCollections
Retrieve Collections that are managed by the current Plugin.
const managedCollections = await framer.getManagedCollections();
Only Collections created or controlled by your Plugin appear in this list.
These Collections can be modified without the restrictions placed on user-created Collections.
Returns
Promise<ManagedCollection[]>