> For the complete documentation index, see [llms.txt](https://docs.mitschmr-studios.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mitschmr-studios.io/skills/skills/api-documentation/skillbarelement/fields.md).

# Fields

Fields of [SkillBarElement](/skills/skills/api-documentation/skillbarelement.md).

### Fields

| Name                                                                                                            | Description                                                                                                 |
| --------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| [target](/skills/skills/api-documentation/skillbarelement/fields/target.md)                                     | Target to which the skill bar belongs to                                                                    |
| [keyCode](/skills/skills/api-documentation/skillbarelement/fields/keycode.md)                                   | Key code to execute the skill assigned to this element                                                      |
| [skillIcon](/skills/skills/api-documentation/skillbarelement/fields/skillicon.md)                               | Icon of the skill                                                                                           |
| [skillNotAssigned](/skills/skills/api-documentation/skillbarelement/fields/skillnotassigned.md)                 | Icon when no skill is assigned                                                                              |
| [skillCooldownIcon](/skills/skills/api-documentation/skillbarelement/fields/skillcooldownicon.md)               | Icon when the skill is in cooldown                                                                          |
| [showSkillExecutingIcon](/skills/skills/api-documentation/skillbarelement/fields/showskillexecutingicon.md)     | <p>Boolean value to determine whether to show an icon </p><p>when the skill is executing</p>                |
| [skillExecutingIcon](/skills/skills/api-documentation/skillbarelement/fields/skillexecutingicon.md)             | Icon when the skill is executing                                                                            |
| [showKeyCodeText](/skills/skills/api-documentation/skillbarelement/fields/showkeycodetext.md)                   | <p>Boolean value to determine whether to show the </p><p>key code text for this element</p>                 |
| [keyCodeText](/skills/skills/api-documentation/skillbarelement/fields/keycodetext.md)                           | <p>Text to show which indicates which key to press to execute </p><p>the skill assigned to this element</p> |
| [showExecutingTimeCounter](/skills/skills/api-documentation/skillbarelement/fields/showexecutingtimecounter.md) | Boolean value to determine whether to show the remaining execution time                                     |
| [executingTimeCounter](/skills/skills/api-documentation/skillbarelement/fields/executingtimecounter.md)         | Text component reference for the remaining execution time                                                   |
| [showCooldownCounter](/skills/skills/api-documentation/skillbarelement/fields/showcooldowncounter.md)           | Boolean value to determine whether to show the remaining cooldown time                                      |
| [cooldownCounter](/skills/skills/api-documentation/skillbarelement/fields/cooldowncounter.md)                   | Text component reference for the remainin cooldown time                                                     |
| [showAmountCounter](/skills/skills/api-documentation/skillbarelement/fields/showamountcounter.md)               | Boolean value to determine whether to show the remaining skill executions of a stored skill                 |
| [amountCounter](/skills/skills/api-documentation/skillbarelement/fields/amountcounter.md)                       | Text component reference for the remaining skill executions of a stored skill                               |
| [skill](/skills/skills/api-documentation/skillbarelement/fields/skill.md)                                       | The skill assigned to this element                                                                          |
| [executer](/skills/skills/api-documentation/skillbarelement/fields/executer.md)                                 | <p>Variable which holds the Skills component of the target </p><p>(the one who executes the skills)</p>     |
