Help

Airtable scripting Typescript support in IDE

119 1
cancel
Showing results for 
Search instead for 
Did you mean: 
BenFortunato
6 - Interface Innovator
6 - Interface Innovator

I saw what looks like support for type script in airtables online IDE but I couldn't find any documentation on it. I'd like to get rid of some of these type errors that are populating my code. 

BenFortunato_0-1719661394581.png

 

1 Reply 1
chris1058
4 - Data Explorer
4 - Data Explorer

Hello, @BenFortunato netbenefits

Airtable's scripting environment primarily supports JavaScript, but if you've seen TypeScript support in the IDE, it may be a recent or limited feature. Here's what you can do to handle type errors:

Check Airtable's Documentation: Look for any updates or guides on TypeScript support in their scripting documentation.
Use TypeScript in Local Development: Develop your script locally using TypeScript and compile it to JavaScript before pasting it into the Airtable IDE.
Type Declarations: Use JSDoc comments in your JavaScript code to provide type hints and reduce errors.
If you still have issues, reaching out to Airtable support or community forums may provide more detailed guidance.

I hope this suggestion will be helpful for you