Interface ITextProvider
An interface binding for a payload that can provide readable Text.
Assembly: Dalamud.dll
View Source
Declaration
public interface ITextProvider
Properties
Text
Gets the readable text.
View Source
Declaration
string Text { get; }