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

Class FontAwesomeSearchTermsAttribute

Set search terms associated with a font awesome icon.

Assembly: Dalamud.dll
View Source
Declaration
public class FontAwesomeSearchTermsAttribute : Attribute

Inheritance: System.Object -> System.Attribute

Properties

SearchTerms

Gets or sets search terms.

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