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

Class FontAwesomeSearchTermsAttribute

Set search terms associated with a font awesome icon.

Assembly: Dalamud.dll
Declaration
public class FontAwesomeSearchTermsAttribute : Attribute

Inheritance: System.Object -> System.Attribute

Properties

SearchTerms

Gets or sets search terms.

Declaration
public string[] SearchTerms { get; set; }