• Opens a modal with all Shared Spaces to choose from and adds asset(s) to the selected Shared Spaces.

    Example

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

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

    const sharedSpaceIds = await Showpad.addAssetsToSharedSpaces(assetSlugs)

    Parameters

    • assetSlugs: string[]

    Returns Promise<string[]>

    Ids of the shared space the assets were added to.

Generated using TypeDoc