


Can anyone please point me to the correct syntax to get InheritedProperty using HTL JavaScript Use API?
Solved! Go to Solution.
Views
Replies
Sign in to like this content
Total Likes
Found the correct syntax below
use strict"; use( function() { var data = {}; data.id = inheritedPageProperties.get("id", String.class) || ""; return data; });
Found the correct syntax below
use strict"; use( function() { var data = {}; data.id = inheritedPageProperties.get("id", String.class) || ""; return data; });