• Opens a modal which prompts the user to select the Shared Space to add the assets to.

    Example

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

    const assetSlugs = ['648b2eb8-6fa1-40f2-b787-39cb1d51db69']

    const sharedSpaceId = await Showpad.addAssetsToSharedSpace(assetSlugs)

    Parameters

    • assetSlugs: string[]

    Returns Promise<string>

    Id of the shared space the assets were added to.

Generated using TypeDoc