---
title: Aside
framework: applenewsformat
role: symbol
role_heading: Object
path: applenewsformat/aside
---

# Aside

The component for setting apart content that is not directly related to the article, such as promotional content.

## Declaration

```data
object Aside
```

## Properties

role: Always aside for this component. additions: An array of ComponentLink objects you can use to create a ComponentLink, allowing a link to anywhere in News. You can add a link to a Container component to make the entire component tappable. Any links used in its child components are not interactable. allowAutoplacedAds: A Boolean value that allows the placement of ad banners between components. Nested components inherit the value of the outermost container that explicitly sets allowAutoplacedAds. The default value is false. anchor: An object that defines vertical alignment with another component. animation: An object that defines an animation you apply to the component. Use the none value for conditional design elements. Adding it here has no effect. behavior: An object that defines behavior for a component, like Parallax or Springy. The none value is used for conditional design elements. Adding it here has no effect. components: An array of components to display as child components. Child components are positioned and rendered relative to their parent component. conditional: An instance or array of container properties that can be applied conditionally,  and the conditions that cause Apple News Format to apply them. contentDisplay: An object that defines how to position child components within this aside component. A HorizontalStackDisplay, for example, allows for displaying child components side by side. In versions of News prior to iOS 11, child components are positioned as if contentDisplay were not defined. The none value is used for conditional design elements. Adding it here has no effect. hidden: A Boolean value that determines whether the component is hidden. identifier: An optional unique identifier for this component. If used, this identifier must be unique across the entire document. You will need an identifier for your component if you want to anchor other components to it. layout: An inline ComponentLayout object that contains layout information, or a string reference to a ComponentLayout object that is defined at the top level of the document. If layout is not defined, size and position are based on various factors, such as the device type, the length of the content, and the role of this component. style: An inline ComponentStyle object that defines the appearance of this component, or a string reference to a ComponentStyle object that is defined at the top level of the document. The none value is used for conditional design elements. Adding it here has no effect.

## Mentioned in

Displaying Components Side By Side Nesting Components in an Article Using HTML with Apple News Format

## Discussion

Discussion Use an aside component to hold information not directly related to your article. Use an aside to help Siri make the most informed content recommendations to people using Apple News and to provide better accuracy for placing your content within feeds, such as the Today feed, channel feeds, and topic feeds. When News recommends content, it ignores any content in the aside component, so you can put content there that is not directly related to the article, such as promotional content, links to other articles, or author biographies. Example {   "components": [     {       "role": "aside",       "components": [         {           "role": "body",           "text": "<a href=\"https://www.apple.com/newsroom/2017/06/swift-playgrounds-expands-coding-education-to-robots-drones-and-musical-instruments/\">Swift Playgrounds expands coding education to robots, drones and musical instruments</a>",           "format": "html"         }       ]     }   ] }

## Relationships

### Inherits From

- [Container](applenewsformat/container.md)

## See Also

### Related Documentation

- [About Containers](applenews/about-containers.md)

### Article Structure

- [Nesting Components in an Article](applenews/nesting-components-in-an-article.md)
- [Adding a Scene to a Chapter or a Section Header](applenews/adding-a-scene-to-a-chapter-or-a-section-header.md)
- [Creating an Article Link](applenews/creating-an-article-link.md)
- [Displaying Components Side By Side](applenews/displaying-components-side-by-side.md)
- [Header](applenewsformat/header.md)
- [Container](applenewsformat/container.md)
- [Section](applenewsformat/section.md)
- [Chapter](applenewsformat/chapter.md)
- [CollectionDisplay](applenewsformat/collectiondisplay.md)
- [HorizontalStackDisplay](applenewsformat/horizontalstackdisplay.md)
- [FlexibleSpacer](applenewsformat/flexiblespacer.md)
- [Divider](applenewsformat/divider.md)
- [ArticleLink](applenewsformat/articlelink.md)
- [SupportedArticleIdentifier](applenewsformat/supportedarticleidentifier.md)
- [PublisherArticleIdentifier](applenewsformat/publisherarticleidentifier.md)
