devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
15 lines (14 loc) • 494 B
TypeScript
/**
* DevExtreme (data/endpoint_selector.d.ts)
* Version: 20.1.7
* Build date: Tue Aug 25 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
/** The EndpointSelector is an object for managing OData endpoints in your application. */
export default class EndpointSelector {
constructor(options: any);
/** Gets an endpoint with a specific key. */
urlFor(key: string): string;
}