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:
baseUrl
baseUrl
Type: String
| Default: null
Base URL of your Appmixer engine REST API.
accessToken
accessToken
Type: String
| Default: null
Access token of an authorized user.
debug
debug
Type: Boolean
| Default: false
Enable debugger for development purposes.
theme
theme
Type: Object
| Default: DefaultTheme
l10n
l10n
Type: Object
| Default: DefaultL10N
Define custom localization texts.
lang
lang
Type: String
| Default: en
Specify a language code for the localization of components.
api
api
Type: Object
| Default: {}
Set custom API methods.
Instance
appmixer.ui
appmixer.ui
Register and create UI Widgets.
appmixer.api
appmixer.api
Use methods of built-in API Module.
appmixer.set
appmixer.set
Set configuration property.
appmixer.get
appmixer.get
Get configuration property.
appmixer.registerCustomComponentShape
appmixer.registerCustomComponentShape
Register a custom Designer component shape.
appmixer.registerInspectorField
appmixer.registerInspectorField
Register a custom Designer inspector field.
Last updated