Table of Contents

Class WelcomeIndicator

Namespace
JD.AI.Rendering
Assembly
JD.AI.dll

A concise, color-coded status indicator shown in the welcome banner.

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

Constructors

WelcomeIndicator(string, string, IndicatorState)

A concise, color-coded status indicator shown in the welcome banner.

public WelcomeIndicator(string Name, string Value, IndicatorState State)

Parameters

Name string
Value string
State IndicatorState

Properties

Name

public string Name { get; init; }

Property Value

string

State

public IndicatorState State { get; init; }

Property Value

IndicatorState

Value

public string Value { get; init; }

Property Value

string