Check if the current user is a Showpad Admistrator (or Owner).
import { Showpad } from '@showpad/experience-app-sdk'const isAdmin = await Showpad.isAdmin() Copy
import { Showpad } from '@showpad/experience-app-sdk'const isAdmin = await Showpad.isAdmin()
Generated using TypeDoc
Check if the current user is a Showpad Admistrator (or Owner).
Example