Skip to content

Interface IClickEventAction

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

Defines the payload of a text-component click event.

public interface IClickEventAction

Properties

ActionName

Gets the protocol click-action identifier.

string ActionName { get; }

Property Value

string