We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Developers can get autocompletion with Advanced Services.
No autocompletion.
@types/google-apps-script
Wait until this PR is merged: DefinitelyTyped/DefinitelyTyped#34212
The text was updated successfully, but these errors were encountered:
That PR is merged.
Need to update the guide. It may involve modifying the user symbol for the advanced service for autocompletion to work best. (Slides_v1 vs Slides)
Slides_v1
Slides
Sorry, something went wrong.
Also document Apps Script Event types which I added recently:
type SheetsOnOpen = GoogleAppsScript.Events.SheetsOnOpen; function onOpen(e: SheetsOnOpen) { console.log(e.triggerUid); }
No branches or pull requests
Expected Behavior
Developers can get autocompletion with Advanced Services.
Actual Behavior
No autocompletion.
Steps to Reproduce the Problem
@types/google-apps-script
Wait until this PR is merged:
DefinitelyTyped/DefinitelyTyped#34212
The text was updated successfully, but these errors were encountered: