1# Content 2 3**Content** defines a base class for **ComponentContent** and **NodeContent**. 4 5> **NOTE** 6> 7> The initial APIs of this module are supported since API version 12. Newly added APIs will be marked with a superscript to indicate their earliest API version. 8 9## Content 10 11type Content = import('../api/@ohos.arkui.node').Content 12 13Defines a base class for **ComponentContent** and **NodeContent**. 14 15**Atomic service API**: This API can be used in atomic services since API version 12. 16 17**System capability**: SystemCapability.ArkUI.ArkUI.Full 18 19| Type | Description | 20| ---- | ------------------------------------------------------------ | 21| import('../api/@ohos.arkui.node').Content | Imports **Content** in **@ohos.arkui.node**. | 22