Class PluginSegment
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
Properties
Key
public string Key { get; init; }
Property Value
Priority
public int Priority { get; init; }
Property Value
Value
public string Value { get; init; }