Add Method to Create Hyperlinks in PowerPoint JavaScript API
Hi EsterB , The current PowerPoint JavaScript API only supports address and screenTip parameters for adding hyperlinks. There is no support for internal slide-to-slide hyperlinks. In COM-based APIs, this is achieved using a SubAddress parameter. Adding similar support (for example, a subAddress field) to the JS API would enable internal slide hyperlinks and be very helpful.
Hi abhitesh9319 - Thanks for this! We just released new hyperlink functionality this week in req set 1.10. Can you see if that helps your scenario? PowerPoint JavaScript API requirement set 1.10 - Office Add-ins | Microsoft Learn
- SmallishbatFeb 18, 2026Copper Contributor
The December update does allow you to access hyperlink addresses and set them, however there is still no access point for subAddresses (slide to slide hyperlinks). Is this something that is planned for a future update?