TopicsVisualStyle
A directive for specifying the style that should be used when rendering a page’s Topics section.
Declaration
@TopicsVisualStyle(_ style: Style)Parameters
- style:
The specified style that should be used when rendering a page’s Topics section. (required)
listA list of the page’s topics, including their full declaration and abstract.
compactGridA grid of items based on the card image for each page.
Includes each page’s title and card image but excludes their abstracts.
detailedGridA grid of items based on the card image for each page.
Unlike
compactGrid, this style includes the abstract for each page.hiddenDo not show child pages anywhere on the page.