Module: blueprintjs

Classes

blueprintjs.Blueprintjs
blueprintjs.MinimalButton
blueprintjs.MinimalCard
blueprintjs.MinimalCheckbox
blueprintjs.MinimalDate
blueprintjs.MinimalDateRange
blueprintjs.MinimalDatetime
blueprintjs.MinimalDrawer
blueprintjs.MinimalFileInput
blueprintjs.MinimalIcon
blueprintjs.MinimalMultiSelect
blueprintjs.MinimalNumericInput
blueprintjs.MinimalRadioGroup
blueprintjs.MinimalRangeSlider
blueprintjs.MinimalSelect
blueprintjs.MinimalSlider
blueprintjs.MinimalSpinner
blueprintjs.MinimalSuggest
blueprintjs.MinimalSwitch
blueprintjs.MinimalTable
blueprintjs.MinimalTabs
blueprintjs.MinimalTextInput
blueprintjs.MinimalToast
blueprintjs.MinimalToaster

Methods

(protected, inner) _newElement() → {ReactElement|null}

Initializes the component.

Source:
Returns:
Type
ReactElement | null

(inner) addTab(name, panel)

Add a single tab to the nav bar.

Parameters:
Name Type Description
name string

the tab name.

panel Element

the tab content.

Source:

(inner) advance(value)

Represents how far along an operation is.

Parameters:
Name Type Description
value number

a value between 0 and 1 (inclusive) representing how far along an operation is.

Source:

(protected, inner) destroy()

In order to avoid a memory leak, properly remove the component from the DOM.

Source:

(inner) onClick(callback)

Listen to the click event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onClick(callback)

Listen to the click event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onClick(callback)

Listen to the click event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onClose(callback)

Listen to the closing event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onDismiss(callback)

Listen to the dismiss event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onFetchNextRows(callback)

Listen to the fetch-next-rows event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onFilterChange(callback)

Listen to the filter-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onFilterChange(callback)

Listen to the filter-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onFilterChange(callback)

Listen to the filter-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onOpen(callback)

Listen to the opening event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onOpened(callback)

Listen to the opened event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onSelectionChange(callback)

Listen to the selection-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onSelectionChange(callback)

Listen to the selection-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onSelectionChange(callback)

Listen to the selection-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onSelectionChange(callback)

Listen to the selection-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onSelectionChange(callback)

Listen to the selection-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onSelectionChange(callback)

Listen to the selection-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onSelectionChange(callback)

Listen to the selection-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onSelectionChange(callback)

Listen to the selection-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onSelectionChange(callback)

Listen to the selection-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onSelectionChange(callback)

Listen to the selection-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onSelectionChange(callback)

Listen to the selection-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onSelectionChange(callback)

Listen to the selection-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onSelectionChange(callback)

Listen to the selection-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onSortColumn(callback)

Listen to the sort event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) onValueChange(callback)

Listen to the value-change event.

Parameters:
Name Type Description
callback function

the callback to call when the event is triggered.

Source:

(inner) removeTab(name)

Remove a single tab from the nav bar.

Parameters:
Name Type Description
name string

the tab name.

Source:

(protected, inner) render()

Renders the component.

Source:

(inner) selectTab(name)

Select the tab to display.

Parameters:
Name Type Description
name string

the tab name.

Source:

(inner) toast(message, intent, timeout)

Create and display a new toast.

Parameters:
Name Type Description
message string

the message to display.

intent string

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

timeout number

the number of milliseconds to wait before automatically dismissing the toast (optional).

Source: