Class finesse.containerservices.ContainerServices.Topics
This is the set of Topics used for subscribing for events from ContainerServices.
Use finesse.containerservices.ContainerServices#addHandler to subscribe to the topic.
Defined in: finesse.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
Topic for subscribing to be notified when the active tab changes.
|
|
Topic for WorkflowAction events traffic.
|
Field Detail
ACTIVE_TAB
Topic for subscribing to be notified when the active tab changes.
The provided callback will be invoked when the tab that the gadget
that subscribes with this becomes active. To ensure code is called
when the gadget is already on the active tab use the
finesse.containerservices.ContainerServices#makeActiveTabReq
method.
WORKFLOW_ACTION_EVENT
Topic for WorkflowAction events traffic.
The provided callback will be invoked when a WorkflowAction needs
to be handled. The callback will be passed a finesse.containerservices.WorkflowActionEvent
that can be used to interrogate the WorkflowAction and determine to use or not.