Skip to main content
Version: 1.x

Interface: DialogInfo

Information about a discovered dialog in the static UI area.

Example

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

Properties

controlType

readonly controlType: string


id

readonly id: string


isOpen

readonly isOpen: boolean


title

readonly title: string