Skip to content

Class OpenUrl

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

public record OpenUrl : IClickEventAction, IEquatable<OpenUrl>

Inheritance

objectOpenUrl

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

string

Url

public string Url { get; init; }

Property Value

string