# Content Modifier You can apply a content modifier to a component to customize its content area using a style builder. > **NOTE** > > This feature is supported since API version 12. Updates will be marked with a superscript to indicate their earliest API version. ## contentModifier contentModifier(modifier:ContentModifier\) Creates a content modifier. **System capability**: SystemCapability.ArkUI.ArkUI.Full **Parameters** | Name | Type | Mandatory | Description | | -------- | ------------------ | ---- | ------------------------------------------------------------ | | modifier | ContentModifier\ | Yes | Content modifier to apply to the current component.
**modifier**: content modifier. You need a custom class to implement the **ContentModifier** API. | ## ContentModifier\ You need a custom class to implement the **ContentModifier** API. ### applyContent applyContent() : WrappedBuilder<[T]> Builder of the custom content area. **Atomic service API**: This API can be used in atomic services since API version 12. **Parameters** | Name | Description | | ---- | ------------------------------------------------------------ | | T | Component attribute class, which is used to distinguish different information required by different components after content areas are customized, for example, **ButtonConfiguration** for the **\