A Fiori Launchpad application ID (e.g., 'PurchaseOrder-manage').
'PurchaseOrder-manage'
import type { AppId } from '#core/types/branded.js';function launchApp(id: AppId): void { } Copy
import type { AppId } from '#core/types/branded.js';function launchApp(id: AppId): void { }
A Fiori Launchpad application ID (e.g.,
'PurchaseOrder-manage').