Table of Contents

Class WelcomeBannerDetails

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

Optional contextual details rendered in the startup welcome panel.

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

Constructors

WelcomeBannerDetails(string?, string?, string?)

Optional contextual details rendered in the startup welcome panel.

public WelcomeBannerDetails(string? WorkingDirectory = null, string? Version = null, string? Motd = null)

Parameters

WorkingDirectory string
Version string
Motd string

Properties

Motd

public string? Motd { get; init; }

Property Value

string

Version

public string? Version { get; init; }

Property Value

string

WorkingDirectory

public string? WorkingDirectory { get; init; }

Property Value

string