• Creates a new collection with the specified name.

    Example

    import { Showpad } from '@showpad/experience-app-sdk'

    const collectionId = await Showpad.createCollection('Sample')

    Parameters

    • name: string

    Returns Promise<string>

    Id of the new collection the assets were added to.

Generated using TypeDoc