1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 * 'cr-settings-menu' shows a menu with the given pages.
11 * <cr-settings-menu pages="[[pages]]" selected-id="{{selectedId}}">
14 * @group Chrome Settings Elements
15 * @element cr-settings-menu
18 is: 'cr-settings-menu',
22 * Pages to show menu items for.
23 * @type {!Array<!HTMLElement>}
27 value: function() { return []; },
31 * ID of the currently selected page.