> 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.4/api/csharp/yarn.compiler/yarn.compiler.basicblock/yarn.compiler.basicblock.optionselement/yarn.compiler.basicblock.optionselement.option.md).

# Option

Struct in [OptionsElement](/2.4/api/csharp/yarn.compiler/yarn.compiler.basicblock/yarn.compiler.basicblock.optionselement.md)

Inherits from `System.ValueType`

## Summary

Represents a single option that may be presented to the player.

```csharp
public struct Option
```

## Fields

| Name                                                                                                                                                                                                                       | Description                                                                |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| [Destination](/2.4/api/csharp/yarn.compiler/yarn.compiler.basicblock/yarn.compiler.basicblock.optionselement/yarn.compiler.basicblock.optionselement.option/yarn.compiler.basicblock.optionselement.option.destination.md) | The destination that will be run if this option is selected by the player. |
| [LineID](/2.4/api/csharp/yarn.compiler/yarn.compiler.basicblock/yarn.compiler.basicblock.optionselement/yarn.compiler.basicblock.optionselement.option/yarn.compiler.basicblock.optionselement.option.lineid.md)           | The string table ID that will be shown to the player.                      |
