Skip to content

Class CopyToClipboard

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

public record CopyToClipboard : IClickEventAction, IEquatable<CopyToClipboard>

Inheritance

objectCopyToClipboard

Implements

IClickEventAction, IEquatable<CopyToClipboard>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

CopyToClipboard(string)

public CopyToClipboard(string Value)

Parameters

Value string

Properties

ActionName

public string ActionName { get; }

Property Value

string

Value

public string Value { get; init; }

Property Value

string