> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.3/api/csharp/yarn.compiler/yarn.compiler.basicblock/yarn.compiler.basicblock.optionselement.md).

# OptionsElement

Class in [BasicBlock](/2.3/api/csharp/yarn.compiler/yarn.compiler.basicblock.md)

Inherits from [`PlayerVisibleContentElement`](/2.3/api/csharp/yarn.compiler/yarn.compiler.basicblock/yarn.compiler.basicblock.playervisiblecontentelement.md)

## Summary

A collection of options that should be shown to the player.

```csharp
public class OptionsElement : PlayerVisibleContentElement
```

## Fields

| Name                                                                                                                                                         | Description                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------- |
| [Options](/2.3/api/csharp/yarn.compiler/yarn.compiler.basicblock/yarn.compiler.basicblock.optionselement/yarn.compiler.basicblock.optionselement.options.md) | The collection of options that will be delivered to the player. |

## Structs

| Name                                                                                                                                                       | Description                                                     |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [Option](/2.3/api/csharp/yarn.compiler/yarn.compiler.basicblock/yarn.compiler.basicblock.optionselement/yarn.compiler.basicblock.optionselement.option.md) | Represents a single option that may be presented to the player. |
