[ English | 简体中文 ]

Feature Framework API

The Feature framework is the Native extension development framework for openvela QuickApp, providing interoperability between JS and C/C++. Developers can extend new system capabilities for QuickApps through the Feature framework, which handles parameter conversion, lifecycle management, asynchronous programming models, and automatic interface generation (JIDL).

Framework Overview

Core Data Types

  • Type Definitions — Basic type aliases, handle types, enumerations, structures

Runtime Interfaces

Frontend Interoperability

Debugging and Performance