indexfunctionsFunction: appId()On this pageFunction: appId() appId(id): AppId Defined in: src/core/types/branded.ts:324 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');