Preview:
hook_preprocess_menu ($variables){
  $$menuItems = &$variables['items'];
  foreach ($menuItems as $idx => &$item) {


   $idx = explode(":",$idx);
   $i = \Drupal::entityTypeManager()->getStorage('menu_link_content')->loadByProperties(['uuid' => $idx]);
   $i= reset($i);
   $idParent = $i->getParentId();
   $idParent = explode(":",$idParent);
   $parent = \Drupal::entityTypeManager()->getStorage('menu_link_content')->loadByProperties(['uuid' => $idParent]);
   $parent= reset($parent);
 
  
   $j = MenuLinkContent::load($parent->id());
 
  
  $highlited = $j->field_highlighted_id->value;
  
  }
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter