Configuration method and device of low-code development platform
A configuration method and code development technology, which is applied in the field of configuration devices of low-code development platforms, can solve problems such as poor operational flexibility and non-consideration
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0034] It should be known that the publish-subscribe mode is also called the observer mode. It defines a one-to-many relationship between objects, allowing multiple observer objects to monitor a certain subject object at the same time. When an object changes, all dependent Its objects will all be notified.
[0035] The publish-subscribe mode supports simple broadcast communication. When the state of an object changes, it will automatically notify the subscribed objects. At the same time, the coupling between the publisher and the subscriber is reduced. The publisher just publishes a message, and it doesn't care how the message is used by the subscriber. At the same time, the subscriber only listens to the publisher's event name, as long as the publisher's event name is not Change, it does not matter how the publisher changes.
[0036] The low-code development platform provides a trigger $emit(eventName, arg) for publishing events; a listener $on(eventName, handler) for listen...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 
