createCollection

createCollection

Create a new collection.

framer.createCollection(name: string): Promise<Collection

Parameters

  • name: string – The name to give the new collection.

Returns