indexfunctionsFunction: appId()Version: 1.xOn this pageFunction: appId() appId(id): AppId Defined in: src/core/types/branded.ts:223 Create a branded AppId from a raw string. Parameters id string Raw FLP application ID string. Returns AppId Branded FLP app ID. Example const app = appId('PurchaseOrder-manage');