Skip to main content

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