Opens a modal which prompts the user to select the Shared Space to add the assets to.
import { Showpad } from '@showpad/experience-app-sdk'const assetSlugs = ['648b2eb8-6fa1-40f2-b787-39cb1d51db69']const sharedSpaceId = await Showpad.addAssetsToSharedSpace(assetSlugs) Copy
import { Showpad } from '@showpad/experience-app-sdk'const assetSlugs = ['648b2eb8-6fa1-40f2-b787-39cb1d51db69']const sharedSpaceId = await Showpad.addAssetsToSharedSpace(assetSlugs)
Id of the shared space the assets were added to.
Generated using TypeDoc
Opens a modal which prompts the user to select the Shared Space to add the assets to.
Example