UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

23 lines (22 loc) 662 B
/** * DevExtreme (data/endpoint_selector.d.ts) * Version: 19.2.6 * Build date: Thu Jan 30 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); /** * @docid EndpointSelectorMethods.urlFor * @publicName urlFor(key) * @param1 key:string * @type method * @return string * @prevFileNamespace DevExpress.data * @public */ urlFor(key: string): string; }