Search
Search
getManagedCollections
getManagedCollections
Retrieve Collections that are managed by the current Plugin.
const managedCollections = await framer.getManagedCollections();
Returns
Promise<ManagedCollection[]>
– A list of Collections managed by the Plugin.
Caveats
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.