Framework Control API

API Reference

API for controlling the framework. This API should only be made available to privileged users.

Binding

You can use a definition .adef file to bind your client-side app and component to the server-side Framework Control service.

This code sample shows how to bind an app to this service:

bindings
{
myExe.myComp.le_framework -> <root>.le_framework
}

See Application Definition .adef for details.