Table of Contents

Class SegmentVisibilityOverride

Namespace
JD.AI.Core.Config
Assembly
JD.AI.Core.dll

Controls the visibility and layout of a segment in the TUI footer.

public sealed record SegmentVisibilityOverride : IEquatable<SegmentVisibilityOverride>
Inheritance
SegmentVisibilityOverride
Implements
Inherited Members

Properties

Visible

Visibility mode for the segment. Valid values: "always", "auto", "never".

public string Visible { get; init; }

Property Value

string

WarnPercent

Optional context-window percentage threshold at which this segment switches to warn styling. When null, the footer-level WarnThresholdPercent is used.

public int? WarnPercent { get; init; }

Property Value

int?