Edit in GitHubLog an issue

addOnUISdk.app.devFlags

This object contains flags which can be used to simulate certain behavior during development.

Methods

simulateFreeUser

Simulate APIs as a free user.

Signature

simulateFreeUser: boolean

Return Value

boolean representing the current value of the flag.

Example

Copied to your clipboard
import addOnUISdk from "https://new.express.adobe.com/static/add-on-sdk/sdk.js";
addOnUISdk.ready.then(async () => {
addOnUISdk.app.devFlags.simulateFreeUser = true;
});

See this export content use case example, which uses this flag for more details.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.