Quick API reference lookup for UI5 controls, methods, events, and properties
Looks up API documentation for UI5 controls, methods, events, and properties with examples.
/plugin marketplace add secondsky/sap-skills/plugin install sapui5@sap-skillsLooking up API documentation for {{control}}{{#if member}} member {{member}}{{/if}}...
I'll search for API documentation using the ui5-api-explorer agent, which will:
This provides faster access than visiting ui5.sap.com manually.
Invoking ui5-api-explorer agent...
Agent will provide:
If the agent cannot be invoked, here's manual lookup information:
API Reference:
https://ui5.sap.com/1.120.0/#/api/{{control}}
Samples:
https://ui5.sap.com/1.120.0/#/entity/{{control}}
Search your project for existing usage:
grep -r "{{control}}" webapp/ --include="*.xml" --include="*.js"
sap.m Library (Mobile/Responsive):
sap.m.Table - Responsive table for mobile/desktopsap.m.List - Simple vertical listsap.m.Button - Standard buttonsap.m.Input - Text input fieldsap.m.Page - Page container with header/footersap.m.Dialog - Modal dialogsap.m.MessageBox - Alert/confirm dialogssap.ui.table Library (Desktop Tables):
sap.ui.table.Table - Virtualized table for large datasetssap.ui.table.TreeTable - Hierarchical tree tablesap.ui.layout Library:
sap.ui.layout.Grid - Responsive grid layoutsap.ui.layout.Splitter - Resizable split panessap.ui.layout.VerticalLayout - Vertical containersap.ui.core Library:
sap.ui.core.mvc.Controller - MVC controller basesap.ui.core.mvc.View - MVC view basesap.ui.core.UIComponent - Component base classFor detailed API documentation, the ui5-api-explorer agent provides comprehensive information with examples.