How can we get the commands on an appbar in javascript based metro app? The
commands property allows to set a specified number of commands but I want to later get the commands which are available with appbar. How can I do it?
Also, if I want to append a new command to existing appbar, how can I do it using javascript?
Someone, please help, I am stuck!