• Example

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

    const folder = 'showpad://folder/1' // Or you can also just pass '1' as a string

    const assets = await Showpad.getAssetsInFolder(folder)

    Parameters

    Returns Promise<Asset[]>

    List of assets that can be found in the given folder. This will not work recursively and will only return actual assets. So it does not return values from deeper levels nor will it return folders.

Generated using TypeDoc