Praman — Agent-First SAP UI5 Test Automation Plugin - v1.2.0
    Preparing search index...

    Type Alias ViewName

    ViewName: Brand<string, "ViewName">

    A UI5 view name (fully qualified, e.g., 'my.app.View1').

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

    function navigateToView(name: ViewName): void { }