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
Collection
removeItems
Remove Items from a Collection by their IDs.
await collection.removeItems([item3.id, item4.id]);
ids: string[] – An array of Item IDs to remove.
ids: string[]
Promise<void>
addItems
setItemOrder