Class: blueprintjs.MinimalIcon

blueprintjs.blueprintjs.MinimalIcon(container, icon, intent)

A skeleton to ease the creation of a minimal Blueprintjs icon element.

Constructor

new blueprintjs.MinimalIcon(container, icon, intent)

Parameters:
Name Type Description
container Element

the parent element.

icon string

the icon name.

intent string

the icon intent in {none, primary, success, warning, danger} (optional).

Source:

Extends

  • blueprintjs.Blueprintjs