Rokae+ Client Plugin
Rokae+ Client Plugin (referred to in this document as client plugin / HMI plugin) runs on the xCore client and works together with controller plugins to form the Rokae+ plugin ecosystem.
Appearance and Entry Points
- Client plugins appear in xCore process package related UI.
- Process package config.json format: see Configuration Format.
- Installation and import: see Installation and Usage.
Plugin Lifecycle (PluginBase)
| Stage | Method | Description |
|---|---|---|
| 1 | init() | Register UI, events, initEventSystem(), etc. |
| 2 | afterInit() | Logic after other modules are ready |
| 3 | render() | UI display |
| 4 | idle() | Periodic idle |
| 5 | detach() | Clean up subscriptions and resources before unload |
Client Plugin Version
- Current version: 1.0.2.6. See Release Notes for changes.