Global

Methods

fontAwesome (icon) → {HTMLElement}

Creates a Font Awesome icon from the name of the icon.
Parameters:
Name Type Description
icon string the name of the icon
Source:
Returns:
- the newly-created FA node
Type
HTMLElement

Type Definitions

FfauCategory

The definition for which particular categories to render. Used in Ffau.renderToolbox
Type:
Source:

ffauTheme

Type:
  • "panda" | "light" | "dark"
Source:

settingChangeCallback(newValue)

Parameters:
Name Type Description
newValue string The new value of the setting
Source:

settingsCategoryType

An object of categories/section headings for the settings flyout.
Type:
Source:

settingsItemsType

Customisable options to be loaded into settings flyout.
Type:
  • Array.<Object>
Source:

settingsType

Type:
  • "boolean" | "dropdown"
Source:

specificFfauCategory

see FfauCategory
Type:
  • Object
Source: