Shows a modal view with the contents of the collection. This view allows for the collection to be shared.
import { Showpad } from '@showpad/experience-app-sdk'const collection = { "id": "c3e2a7a48eea0209af74c0d45e616da6", "name": "Sample"}await Showpad.openCollection(collection.id) Copy
import { Showpad } from '@showpad/experience-app-sdk'const collection = { "id": "c3e2a7a48eea0209af74c0d45e616da6", "name": "Sample"}await Showpad.openCollection(collection.id)
Generated using TypeDoc
Shows a modal view with the contents of the collection. This view allows for the collection to be shared.
Example