Opens a modal with all Shared Spaces to choose from and adds asset(s) to the selected Shared Spaces.
import { Showpad } from '@showpad/experience-app-sdk'const assetSlugs = ['648b2eb8-6fa1-40f2-b787-39cb1d51db69']const sharedSpaceIds = await Showpad.addAssetsToSharedSpaces(assetSlugs) Copy
import { Showpad } from '@showpad/experience-app-sdk'const assetSlugs = ['648b2eb8-6fa1-40f2-b787-39cb1d51db69']const sharedSpaceIds = await Showpad.addAssetsToSharedSpaces(assetSlugs)
Ids of the shared space the assets were added to.
Generated using TypeDoc
Opens a modal with all Shared Spaces to choose from and adds asset(s) to the selected Shared Spaces.
Example