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