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

    Interface DialogInfo

    Information about a discovered dialog in the static UI area.

    const info: DialogInfo = { id: 'dlg1', controlType: 'sap.m.Dialog', title: 'Confirm', isOpen: true };
    
    interface DialogInfo {
        controlType: string;
        id: string;
        isOpen: boolean;
        title: string;
    }
    Index

    Properties

    controlType: string
    id: string
    isOpen: boolean
    title: string