Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.19 KB

File metadata and controls

21 lines (13 loc) · 1.19 KB
sidebar_label TypeScript support
title TypeScript support
description You can learn about using typescript with the DHTMLX JavaScript Spreadsheet library in the documentation. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Spreadsheet.

TypeScript support

Starting from v4.0, the library of DHTMLX Spreadsheet provides the ability to use TypeScript definitions. The built-in support of Typescript works out of the box.

{{note You can try out the functionality directly in our Snippet Tool.}}

Using TypeScript

Advantages of using TypeScript

Why do you need to use DHTMLX Spreadsheet with TypeScript?

The main benefit of TypeScript is that it allows you to significantly increase the efficiency of the development process.

The way of building an application becomes more robust as checking the types together with autocompletion allow you to avoid potential mistakes. Besides, TypeScript provides you with information about types of data you should use while working with the API of the DHTMLX Spreadsheet library.