1# Enums (System API) 2 3>**NOTE** 4> 5>The initial APIs of this module are supported since API version 11. Newly added APIs will be marked with a superscript to indicate their earliest API version. 6 7## IlluminatedType 8 9**System API**: This is a system API. 10 11**System capability**: SystemCapability.ArkUI.ArkUI.Full 12 13| Name | Description | 14| --------- | ------------------------------- | 15| NONE | The component is not illuminated.| 16| BORDER | The borders of the component can be illuminated.| 17| CONTENT | The content of the component can be illuminated.| 18| BORDER_CONTENT | The borders and content of the component can be illuminated.| 19| BLOOM_BORDER | The borders of the component can be illuminated, with a luminous effect applied to the borders.| 20| BLOOM_BORDER_CONTENT | The borders and content of the component can be illuminated, with a luminous effect applied to the borders.| 21