Creates a new collection with the specified name.
import { Showpad } from '@showpad/experience-app-sdk'const collectionId = await Showpad.createCollection('Sample') Copy
import { Showpad } from '@showpad/experience-app-sdk'const collectionId = await Showpad.createCollection('Sample')
Id of the new collection the assets were added to.
Generated using TypeDoc
Creates a new collection with the specified name.
Example