サーバー側
themes/custom/your_theme/your_theme.theme
function your_theme_page_attachments_alter(array &$attachments) { $attachments['#attached']['drupalSettings']['your_group']['your_value'] = 'Your value'; }
JavaScript側
console.log(drupalSettings.your_group.your_value); // -> "Your value"