FxUI Usage
# Usage
This section explains how to use FxUI in your project.
# Example
FxUI is directly declared on the window object and can be used as follows:
// Use this API to fetch object description
FxUI.objectApi.fetch_describe().then(describe => {
// Handle business logic
}).catch(err => {
console.warn(err);
})
FxUI.component.get('FaciLayout');