The TypeScript data source is one of the integration methods available on the Kuika platform that allows you to develop custom functions and business logic. Using TypeScript, you can define custom operations within your application, create methods that accept parameters, and use these methods in application workflows.
With the TypeScript data source, you can write custom code for needs beyond pre-built actions, customize data processing workflows, and create reusable functions.
Add a Data Source Connection to Your Application with TypeScript
Log in to the Kuika platform and open the project you’ll be working on from the Apps screen.
Open the Data Sources module.
Here, you can view existing data sources and add a new one.
Click the + icon next to the Sources heading.
Select the TypeScript option.
Enter a name for your data source.
Click the CREATE button to complete the process.
Anatomy of the TypeScript Modal
A. Top Menu
Title (Name): You can name your TypeScript data source.
CREATE Button: Used to save the TypeScript data source you’ve created.
Close Button (X): Used to close the screen and exit the process.
B. Top Settings Area
External Libraries: This area is reserved for adding external libraries. Since the SOON label appears on the screen, it is understood that this feature will be active soon.
Generate with AI: This option is used to automatically generate TypeScript code with AI support. When enabled, code suggestions can be obtained from the system.