AppBarCommand.id property

Gets or sets the AppBarCommand identifier.

Syntax

<div 
  data-win-control="WinJS.UI.AppBarCommand" 
  data-win-options="{ id : value}">
</div>
var id = appBarCommand.id;

Property value

Type: String**

An alphanumeric String that begins with a letter. The underscore (_) can also be used.

Remarks

The id should be unique throughout the scope of the current page. If a page contains more than one object with the same identifier, the objects are exposed as a collection that can be referenced only by ordinal position.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.UI

See also

AppBarCommand

AppBar

AppBarIcon

BackButton

NavBar

Your first app - Part 3: PageControl objects and navigation

Navigating between pages (HTML)

Adding app bars

Adding nav bars

HTML AppBar control sample

HTML NavBar control sample

Navigation and navigation history sample

Designers

Command patterns

Navigation patterns

Guidelines for app bars

Bottom app bar

Top app bar