Get UI5 API reference for a control
get_api_referenceFetch UI5 control API reference including properties, aggregations, events, and methods with JSDoc from official TypeScript definitions, for any control name and optional UI5 version.
Instructions
Fetches and formats the UI5 API reference (properties, aggregations, events, methods with JSDoc) for a control such as 'sap.m.Table'. Source: official UI5 TypeScript type definitions (@openui5/ts-types-esm), cached locally after first use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ui5Version | No | UI5 version (default 1.120.0 LTS) | |
| controlName | Yes | Full control name, e.g. 'sap.m.Table' or 'sap.ui.layout.form.SimpleForm' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| control | Yes | ||
| version | Yes | ||
| reference | Yes | ||
| truncated | Yes |