• Removes all items from the given collection.

    Example

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

    const collection = {
    "id": "c3e2a7a48eea0209af74c0d45e616da6",
    "name": "Sample"
    }

    await Showpad.clearCollection(collection.id)

    Parameters

    • collectionId: string

    Returns Promise<void>

Generated using TypeDoc