Each template and instance contain items such as basic information, attribute, service, event and subscription.
Parameter | Description |
---|---|
Basic Information | Model name, aliases, parent templates, function sets, and details. info Alias must be unique under one namespace (APP or system). |
Attributes | Model features.
|
Services | Simple functions realized by writing Javascript scripts under Service. info
|
Events | Events related to object attributes. For example, attribute value change event is triggered when the set attribute value changes. tip You can create custom events through scripts under Subscription, Services or applications in Business Designer after defining events under Event. |
Subscriptions | Subscribes from events, write JS scripts to meet complicated business requirements after triggering.
|