Variable GRID_SPACES_DEFAULTConst

GRID_SPACES_DEFAULT: {
    _cls: string;
    active_child: string;
    children: {
        _cls: string;
        children: any[];
        component_id: string;
        id: string;
        pinned: boolean;
        type: string;
    }[];
    component_id: string;
    id: string;
} = ...

Type declaration

  • _cls: string
  • active_child: string
  • children: {
        _cls: string;
        children: any[];
        component_id: string;
        id: string;
        pinned: boolean;
        type: string;
    }[]
  • component_id: string
  • id: string

Generated using TypeDoc