1e41f4b71Sopenharmony_ci# Enums (System API) 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ci>**NOTE** 4e41f4b71Sopenharmony_ci> 5e41f4b71Sopenharmony_ci>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. 6e41f4b71Sopenharmony_ci 7e41f4b71Sopenharmony_ci## IlluminatedType 8e41f4b71Sopenharmony_ci 9e41f4b71Sopenharmony_ci**System API**: This is a system API. 10e41f4b71Sopenharmony_ci 11e41f4b71Sopenharmony_ci**System capability**: SystemCapability.ArkUI.ArkUI.Full 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ci| Name | Description | 14e41f4b71Sopenharmony_ci| --------- | ------------------------------- | 15e41f4b71Sopenharmony_ci| NONE | The component is not illuminated.| 16e41f4b71Sopenharmony_ci| BORDER | The borders of the component can be illuminated.| 17e41f4b71Sopenharmony_ci| CONTENT | The content of the component can be illuminated.| 18e41f4b71Sopenharmony_ci| BORDER_CONTENT | The borders and content of the component can be illuminated.| 19e41f4b71Sopenharmony_ci| BLOOM_BORDER | The borders of the component can be illuminated, with a luminous effect applied to the borders.| 20e41f4b71Sopenharmony_ci| BLOOM_BORDER_CONTENT | The borders and content of the component can be illuminated, with a luminous effect applied to the borders.| 21