standalone
How to use
import { Plugin } from '@root'
const { standalone } = Plugin
const MyCustomComponent = props => {
return (
<div>
<p>Current Standalone AppID: ${standalone.id}`</p>
</div>
)
}
export default MyCustomComponentAvailable methods
Property
Type
Description
Returns
id
params
isApp
isStandalone
buildPath
getShareablePath
addParams
removeParams
hasPermission
Last updated