• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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## Modules to Import
10
11```ts
12import { Content } from '@kit.ArkUI';
13```
14
15## Content
16
17Defines a base class for **ComponentContent** and **NodeContent**.
18
19**Atomic service API**: This API can be used in atomic services since API version 12.
20
21**System capability**: SystemCapability.ArkUI.ArkUI.Full
22