Interface: IOfflineODataParametersProxy¶
A designer-facing interface that provides access to a offline odata parameters.
Hierarchy¶
- IOfflineODataParametersProxy
Implemented by¶
Summary¶
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