You are here

private static property GridStack::$activeBreakpoints in GridStack 8

Same name and namespace in other branches
  1. 8.2 src/Entity/GridStack.php \Drupal\gridstack\Entity\GridStack::activeBreakpoints

The supported $breakpoints.

Type: array

File

src/Entity/GridStack.php, line 42

Class

GridStack
Defines the GridStack configuration entity.

Namespace

Drupal\gridstack\Entity

Code

private static $activeBreakpoints = [
  'xs',
  'sm',
  'md',
  'lg',
  'xl',
];