ROUTE_USER_ORG
Function: ROUTE_USER_ORG()
ROUTE_USER_ORG(
compId,orgId):string
Defined in: src/Constant/common.ts:76
Generates the route for a user component within an organization.
Parameters
compId
string
The component ID.
orgId
string
The organization ID.
Returns
string
The formatted route.
Throws
Error If compId is missing or empty.