TypeScript is Microsoft's new language designed to develop a wide range of applications. Its syntax includes ECMAScript 6 features, such as modules and classes. Modules allow efficient code compilation without producing naming conflicts, and Classes allow you to benefit from object-oriented approach for easy implementation of features such as inheritance.
Wijmo now provides the ability to use TypeScript. We ship Wijmo TypeScript definitions file (wijmo.d.ts), including all the essential definitions about wijmo widgets. Refer the wijmo.d.ts file along with optional *.d.ts files in order to enjoy strong typing as well as Intellisense while working with Visual Studio.
TypeScript References |
Copy Code |
---|---|
/// <reference path="wijmo.d.ts"/> /// <reference path="jquery.d.ts"/> /// <reference path="raphael.d.ts"/> |
Initialize a widget
Initialize Wijgrid with options