Class: GeneratorIcon

components~GeneratorIcon(optionsopt)

An icon for a generator form element.

Constructor

new GeneratorIcon(optionsopt)

Parameters:
Name Type Attributes Default Description
options object <optional>
{}

Parameters considered to generate the component.

Properties
Name Type Attributes Description
fontAwesome string <optional>

If given, it indicates the Font Awesome version which the component should be built for.

Implements:
Source:

Members

domElement :HTMLDivElement

Reference to the DOM object that contains the HTML structure of the component.

Type:
  • HTMLDivElement
Implements:
Source:

Methods

disable()

Disables the component.

Implements:
Source:

enable()

Enables the component.

Implements:
Source: