Implementation of IActionContext using Immutable.js.

Implements

Constructors

Methods

  • Returns a string representation of an object.

    Returns string

  • Convert 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.

    Parameters

    • OptionalmaybeActionContext: IActionContext | Record<string, any>

      An action context or record.

    Returns IActionContext

    An action context object.