You are here

protected property GridStackBase::$nodes in GridStack 8.2

The GridStack nodes.

Type: array

File

src/Plugin/gridstack/engine/GridStackBase.php, line 19

Class

GridStackBase
Provides the base class for two-dimensional layout engines.

Namespace

Drupal\gridstack\Plugin\gridstack\engine

Code

protected $nodes = [
  'x',
  'y',
  'width',
  'height',
  'region',
];