Navigate to a URL using the specified url string.

Hierarchy

  • Action
    • Navigate

Properties

Methods - Factory

Methods - Other

Methods - called internally

Properties

abilityAlias?: string
callStack?: CallStackInfo[]

Methods - Factory

Methods - Other

  • Parameters

    • entry: CallStackInfo

    Returns void

  • Parameters

    • calledWith: CallStackCalledWith

    Returns void

  • Set the alias which is used for an underlying ability

    Parameters

    • alias: undefined | string

      with which an ability was initialized

    Returns this

    current action

Methods - called internally

  • navigate to the specified URL.

    Parameters

    • actor: Actor

      Actor performing this action

    Returns Promise<any>

    Returns the main resource response.

Generated using TypeDoc