Class: GridCellComponent

GridCellComponent()

A component which represents a single, programmable grid cell.

Constructor

new GridCellComponent()

Source:

Extends

  • Component

Members

(static) props

Properties that can be passed into this component.
Source:

GridCellState

Make the "GridCellState" enum available in the template.
Source:

Methods

on_click()

Fire a click event.
Source:

on_hover($event)

Fire a hover event.
Parameters:
Name Type Description
$event
Source:

on_mouse_leave()

Fire a "hoverchange" event.
Source: