Table of Contents

Class PluginSegment

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

A single plugin-provided segment to display in the footer.

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

Constructors

PluginSegment(string, string, int)

A single plugin-provided segment to display in the footer.

public PluginSegment(string Key, string Value, int Priority = 0)

Parameters

Key string
Value string
Priority int

Properties

Key

public string Key { get; init; }

Property Value

string

Priority

public int Priority { get; init; }

Property Value

int

Value

public string Value { get; init; }

Property Value

string