# shadowLineID

Field in [StringInfo](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.stringinfo)

## Summary

The ID of the line that this line is shadowing, or null if this line is not shadowing another line.

```csharp
public string? shadowLineID;
```
