Solved
InheritedProperty using HTL JavaScript Use API
Can anyone please point me to the correct syntax to get InheritedProperty using HTL JavaScript Use API?
Can anyone please point me to the correct syntax to get InheritedProperty using HTL JavaScript Use API?
Found the correct syntax below
use strict";
use( function() {
var data = {};
data.id = inheritedPageProperties.get("id", String.class) || "";
return data;
});Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.