Skip to main content
Version: 1.x

Function: appId()

appId(id): AppId

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');