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

    Function controlId

    • Create a branded ControlId from a raw string.

      Parameters

      • id: string

        Raw control ID string.

      Returns ControlId

      Branded control ID.

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

      const id = controlId('submitButton');