Returns
Obj | null
- The root CMS object or null
, if there is no CMS object whose path is "/"
.
Returns the Obj
whose _path
is "/"
.
console.log(Scrivito.Obj.root().path());
Returns
Obj | null
- The root CMS object or null
, if there is no CMS object whose path is "/"
.