Skip to main content

Interface ITextProvider

An interface binding for a payload that can provide readable Text.

Assembly: Dalamud.dll
Declaration
public interface ITextProvider

Properties

Text

Gets the readable text.

Declaration
string Text { get; }