Skip to main content

Interface IConsoleEntry

Interface representing an entry in the console.

Assembly: Dalamud.dll
View Source
Declaration
public interface IConsoleEntry

Properties

Name

Gets the name of the entry.

View Source
Declaration
string Name { get; }

Description

Gets the description of the entry.

View Source
Declaration
string Description { get; }