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