You are here

protected property GridStackNative::$nodes in GridStack 8.2

Native CSS Grid layout doesn't need DOM rect positions, just dimensions.

Overrides GridStackBase::$nodes

File

src/Plugin/gridstack/engine/GridStackNative.php, line 23

Class

GridStackNative
Provides a GridStack native CSS Grid layout engine.

Namespace

Drupal\gridstack\Plugin\gridstack\engine

Code

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