Type Alias: AppId
AppId =
Brand<string,"AppId">
Defined in: src/core/types/branded.ts:143
A Fiori Launchpad application ID (e.g., 'PurchaseOrder-manage').
Example​
import type { AppId } from '#core/types/branded.js';
function launchApp(id: AppId): void { }