1# AbilityBase_Element 2 3## Overview 4 5The struct describes the Element in [Want](capi-want-h.md). 6 7**Since**: 15 8 9**Related module**: [AbilityBase](capi-abilitybase.md) 10 11**Header File**: [want.h](capi-want-h.md) 12 13## Summary 14 15### Member Variables 16 17| Name| Description| 18| -- | -- | 19| char* bundleName | Pointer to the bundle name of the application.| 20| char* moduleName | Pointer to the module name.| 21| char* abilityName | Pointer to the ability name.| 22