wdpapi
Version:
51WORLD WdpApi is a set of programming interfaces developed by JavaScript that is responsible for negotiating between web pages and cloud rendering platforms. Supported by 51Cloud rendering platform, it enables the users to create any HTML5 UI element on
14 lines (13 loc) • 309 B
TypeScript
import { AtomController } from '../../common/atom-controller';
/**
* @class PolylineController
* @extends AtomController
*/
declare class PolylineController extends AtomController {
/**
* @constructor
* @param {any} obj
*/
constructor(obj: any);
}
export default PolylineController;