1# @ohos.app.ability.EmbeddableUIAbility (Embeddable UIAbility) 2 3The EmbeddableUIAbility module provides the UIAbility that can be started in embedded mode for atomic services. It inherits from [UIAbility](js-apis-app-ability-uiAbility.md) and supports two startup modes: redirection startup and embedded startup. For details about the inheritance relationship of each ability, see [Inheritance Relationship](./js-apis-app-ability-ability.md#ability-inheritance-relationship). 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> The APIs of this module can be used only in the stage model. 10 11## Modules to Import 12 13```ts 14import EmbeddableUIAbility from '@ohos.app.ability.EmbeddableUIAbility'; 15``` 16 17## Properties 18 19**System capability**: SystemCapability.Ability.AbilityRuntime.Core 20 21**Atomic service API**: This API can be used in atomic services since API version 12. 22 23| Name| Type| Read-only| Optional| Description| 24| -------- | -------- | -------- | -------- | -------- | 25| context | [EmbeddableUIAbilityContext](js-apis-inner-application-EmbeddableUIAbilityContext.md) | No| No| Context of the UIAbility.| 26