Framer
Copy
Logo as SVG
Brand
Guidelines
Get Started
Overview
Compare
FAQ
Plugins
Introduction
Quick Start
Publishing
Changelog
Reference
Guides
Fetch
Examples
Components
Sharing
Auto-Sizing
Property Controls
Overrides
Developers
ManagedCollection
getItemIds
Retrieve all Item IDs in a Managed Collection.
const itemIds = await collection.getItemIds();
Promise<string[]> – An array of Item IDs.
Promise<string[]>
getItems