Skip to main content
The Component type represents a published UI component ready for execution in native apps.

Type Definition

Fields

Field Details

name

The component name is used when referencing the component in code. It follows PascalCase naming convention.

compiled

The compiled field contains JavaScript code that can be executed by the BindJS runtime. This is generated from the TypeScript source during the publish process.

schema

The schema field contains a JSON Schema that defines the component’s props:

Example Query

Response: