• Use this method to know if a specific feature is supported on the app your content is running in. All supported methods already use the hasFeature internally.

    Example

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

    const hasCollections = await Showpad.hasFeature('collections')

    Parameters

    Returns Promise<boolean>

Generated using TypeDoc