ReadonlycategorySemantic category of the control.
ReadonlycontrolFully-qualified UI5 control type (e.g. sap.m.Button).
ReadonlyidUI5 control ID (from control.getId()).
Optional ReadonlyobjectOptional object category for Fiori object-page controls.
Optional ReadonlypropertiesAdditional control-specific properties.
Optional ReadonlytextDisplay text if available (button label, input value, etc.).
ReadonlyvisibleWhether the control is currently visible in the DOM.
A single UI5 control discovered during page analysis.
Intent
Represent discovered controls for AI-driven selector generation.
Capability
Control discovery, AI page context.
Sap Module
sap.ui.core.Control
Example