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}}" selectedId="{{selectedId}}">
14 * @group Chrome Settings Elements
15 * @element cr-settings-menu
17 Polymer('cr-settings-menu', {
20 * Pages to show menu items for.
23 * @type Array<!Object>
29 * ID of the currently selected page.
31 * @attribute selectedId