Instance Property
hasNoExpandedDocumentation
Whether there isn’t a version of the page with more content that a renderer can link to.
var hasNoExpandedDocumentation: Bool
Discussion
This property indicates to renderers that an expanded version of the page does not exist for this render node, which, for example, controls whether a ‘View More’ link should be displayed or not.
It’s the renderer’s responsibility to fetch the full version of the page, for example using the variants property.