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.
import { Showpad } from '@showpad/experience-app-sdk'const hasCollections = await Showpad.hasFeature('collections') Copy
import { Showpad } from '@showpad/experience-app-sdk'const hasCollections = await Showpad.hasFeature('collections')
Generated using TypeDoc
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