Skip to main content
Version: 13.x (API 13) [Legacy]

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; }