Skip to content

Actions

Status Component Type

Not used by app but wraps action list and action execution.

Usage

This Component can be used by using the following HTML Tag:

<tcla-live-apps-actions></tcla-live-apps-actions>

Inputs

Attribute Type Comments
actionFilter string[] Dont show buttons for any actions that start with this string.eg: '$' will remove the action $Update
applicationId string LA Application ID
caseRef string The case reference
caseState string The state of the case
customFormDefs CustomFormDefs Custom Form configuration file
formsFramework string
sandboxId number sandboxId - this comes from claims resolver
typeId string The LA Application Type Id (generally 1)

Outputs

Attribute Type Comments
caseActioned EventEmitter
Event caseActioned Case action starterd (process started)
Payload ProcessId processId of started process in live apps (action)

full development Documentation

Link to LiveAppsActionsComponent