Rest
...contexts: IActionContext[]Will only set the value if the key is not already set.
Static
ensureConvert the given object to an action context object if it is not an action context object yet. If it already is an action context object, return the object as-is.
Optional
maybeActionContext: IActionContext | Record<string, any>An action context or record.
An action context object.
Implementation of IActionContext using Immutable.js.