Skip to content

Commit e4e9813

Browse files
Merge pull request #9 from stape-io/fix-missing-reference-in-template-storage-web
Fix missing API reference URL in the templateStorage web API
2 parents 91ce376 + f52b13c commit e4e9813

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web-gtm-sandboxed-apis.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,10 @@ declare module 'templateStorage' {
926926
/**
927927
* An object with methods for accessing template storage, which persists for the lifetime of the page.
928928
* Note: Unlike Web Storage, this API does not serialize data into strings; it stores and returns references.
929+
*
930+
* ---
931+
*
932+
* @see {@link https://developers.google.com/tag-platform/tag-manager/templates/api#templatestorage Google Tag Manager APIs Reference}
929933
*/
930934
const templateStorage: {
931935
/**

0 commit comments

Comments
 (0)