Enums (System API)
NOTE
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.
IlluminatedType
System API: This is a system API.
System capability: SystemCapability.ArkUI.ArkUI.Full
| Name | Description |
|---|---|
| NONE | The component is not illuminated. |
| BORDER | The borders of the component can be illuminated. |
| CONTENT | The content of the component can be illuminated. |
| BORDER_CONTENT | The borders and content of the component can be illuminated. |
| BLOOM_BORDER | The borders of the component can be illuminated, with a luminous effect applied to the borders. |
| BLOOM_BORDER_CONTENT | The borders and content of the component can be illuminated, with a luminous effect applied to the borders. |