getActions()
Obtains actions supported by semantic URL utilities.
Returns
An object containing the supported actions.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns an object containing the actions supported by semantic URL utilities.
const semanticUrlUtils = PCore.getSemanticUrlUtils();
const { ACTION_OPENWORKBYHANDLE } = semanticUrlUtils.getActions();
Previous topic APIs in the SemanticUrlUtils module Next topic getResolvedSemanticURL(routeKey, payload, params)