Skip to main content

Function: getCurrentActionContext()

function getCurrentActionContext(): ActionContext | undefined;

Gets the currently running action context, or undefined if none.

Returns​

ActionContext | undefined