Class OpenFile
Namespace: Void.Minecraft.Components.Text.Events.Actions.Click
Assembly: Void.Minecraft.dll
public record OpenFile : IClickEventAction, IEquatable<OpenFile>Inheritance
Implements
IClickEventAction, IEquatable<OpenFile>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
OpenFile(string)
public OpenFile(string File)Parameters
File string
Properties
ActionName
public string ActionName { get; }Property Value
File
public string File { get; init; }