Skip to main content

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