Skip to main content

TypeScript support

Starting from v1.1, the library of DHTMLX Kanban provides an ability to use TypeScript definitions. The built-in support of TypeScript works out of the box.

note

You can try out the functionality right in our Snippet Tool.

Advantages of using TypeScript

Why do you need to use DHTMLX Kanban 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 Kanban library.