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