Function: getCurrentActionContext()
function getCurrentActionContext(): ActionContext | undefined;
Gets the currently running action context, or undefined if none.
Returns
ActionContext | undefined
function getCurrentActionContext(): ActionContext | undefined;
Gets the currently running action context, or undefined if none.
ActionContext | undefined