[]
        
(Showing Draft Content)

RequestEventArgs Class

RequestEventArgs Class

Provides arguments for wijmo.viewer.ViewerBase.beforeSendRequest event.

Heirarchy

Constructors

Properties

Constructors

constructor

  • Initializes a new instance of the RequestEventArgs class.

    Parameters

    • url: string

      String containing the URL to which the request is sent.

    • settings: any

      An object used to configure the request. It has the same structure and semantics as the settings parameter of the wijmo.httpRequest method.

    Returns RequestEventArgs

Properties

settings

settings: any

Gets or sets the object used to configure the request. It has the same structure and semantics as the settings parameter of the wijmo.httpRequest method.

url

url: string

Gets or sets the URL to which the request is sent.

Static empty

empty: EventArgs

Provides a value to use with events that do not have event data.