Type Alias LegendStatusSource

LegendStatusSource: LegendStatusData | () => LegendStatusData | null

A snapshot, or a getter the legend calls each frame, so live fields (market status, day change) can change without the host patching options at tick speed. Returning null means "nothing to show".