Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Type Alias ControlId

    ControlId: Brand<string, "ControlId">

    A UI5 control ID.

    import type { ControlId } from '#core/types/branded.js';

    function findControl(id: ControlId): void { }