Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Button

Button {
  id: string;                   -- required
  name: string | function;      -- required
  onclick: function;            -- required
  hidden: bool | function;      -- optional (default: false)
  tooltip: string | function;   -- optional (default: "")
}