Constructor
Appmixer Constructor lays a foundation for building user interfaces with widgets.
Configuration
Set up a new appmixer instance with configuration parameters passed directly into the constructor or use the set/get methods:
const appmixer = new Appmixer({/* [name]: value */})
appmixer.set(name, value)
appmixer.get(name)baseUrl
baseUrlType: String | Default: null
Base URL of your Appmixer engine REST API.
accessToken
accessTokenType: String | Default: null
Access token of an authorized user.
debug
debugType: Boolean | Default: false
Enable debugger for development purposes.
theme
themeType: Object | Default: DefaultTheme
l10n
l10nType: Object | Default: DefaultL10N
Define custom localization texts.
lang
langType: String | Default: en
Specify a language code for the localization of components.
api
apiType: Object | Default: {}
Set custom API methods.
Instance
appmixer.ui
appmixer.uiRegister and create UI Widgets.
appmixer.api
appmixer.apiUse methods of built-in API Module.
appmixer.set
appmixer.setSet configuration property.
appmixer.get
appmixer.getGet configuration property.
appmixer.registerCustomComponentShape
appmixer.registerCustomComponentShapeRegister a custom Designer component shape.
appmixer.registerInspectorField
appmixer.registerInspectorFieldRegister a custom Designer inspector field.
Last updated
Was this helpful?
