shareState()
Returns an object containing boot status and the current input.
Example
console.log(window.CommandBar.shareState());
// { isBooted: true, currentInput: 'Go to ' }
shareState()
Returns an object containing boot status and the current input.
console.log(window.CommandBar.shareState());
// { isBooted: true, currentInput: 'Go to ' }