Skip to content
New issue

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

Update TypeScript Advanced Services Guide #584

Open
grant opened this issue Mar 26, 2019 · 2 comments
Open

Update TypeScript Advanced Services Guide #584

grant opened this issue Mar 26, 2019 · 2 comments
Labels

Comments

@grant
Copy link
Contributor

grant commented Mar 26, 2019

Expected Behavior

Developers can get autocompletion with Advanced Services.

Actual Behavior

No autocompletion.

Steps to Reproduce the Problem

  1. Install @types/google-apps-script

Wait until this PR is merged:
DefinitelyTyped/DefinitelyTyped#34212

@grant
Copy link
Contributor Author

grant commented Mar 26, 2019

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)

@grant grant added the docs label Mar 28, 2019
@grant
Copy link
Contributor Author

grant commented Apr 3, 2019

Also document Apps Script Event types which I added recently:

type SheetsOnOpen = GoogleAppsScript.Events.SheetsOnOpen;

function onOpen(e: SheetsOnOpen) {
  console.log(e.triggerUid);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant