Skip to content

Class OpenFile

Namespace: Void.Minecraft.Components.Text.Events.Actions.Click
Assembly: Void.Minecraft.dll

public record OpenFile : IClickEventAction, IEquatable<OpenFile>

Inheritance

objectOpenFile

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

string

File

public string File { get; init; }

Property Value

string