• Shows a modal view with the contents of the collection. This view allows for the collection to be shared.

    Example

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

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

    await Showpad.openCollection(collection.id)

    Parameters

    • collectionId: string

    Returns Promise<void>

Generated using TypeDoc