Skip to content

Interface: IOfflineODataParametersProxy

A designer-facing interface that provides access to a offline odata parameters.

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Currently none inherited from the parent class(es).

Methods

Class Methods

Inherited Methods

Currently none inherited from the parent class(es).

Methods

get

get(name: string): any

Gets the value of parameter

Parameters:

Name Type
name string

Returns: any


getCustomHeaders

getCustomHeaders(): Object

Gets the custom HTTP request headers

Returns: Object


setCustomHeaders

setCustomHeaders(headers: Object): void

Sets the custom HTTP request headers

Parameters:

Name Type
headers Object

Returns: void