Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Can anyone please point me to the correct syntax to get InheritedProperty using HTL JavaScript Use API?
Solved! Go to Solution.
Found the correct syntax below
use strict"; use( function() { var data = {}; data.id = inheritedPageProperties.get("id", String.class) || ""; return data; });
View solution in original post
Views
Likes
Replies