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
setItemOrder
Arrange CMS items in a specific order.
await collection.setItemOrder([item3.id, item1.id, item2.id])
ids: string[] – An array of IDs in the order that you wish to set the items to.
ids: string[]
Promise<void>
getFields
Field