build: move to the new docs parser (#18103)
* build: move to the new docs parser * chore: remove the bad getTitle param doc * build: update parser/ts gen deps + fix some docs issues highlighted by GH desktop * chore: apply suggestions from code review Co-Authored-By: MarshallOfSound <samuel.r.attard@gmail.com> * chore: update docs for accidentally removed things * chore: update docs/api/command-line.md Co-Authored-By: MarshallOfSound <samuel.r.attard@gmail.com>
This commit is contained in:
parent
9ec59cbc6c
commit
a96b6e2c96
28 changed files with 461 additions and 1234 deletions
|
@ -20,6 +20,44 @@ removed in future Electron releases.
|
|||
[Touch Bar Simulator](https://github.com/sindresorhus/touch-bar-simulator)
|
||||
to test Touch Bar usage in your app.
|
||||
|
||||
### Static Properties
|
||||
|
||||
#### `TouchBarButton`
|
||||
|
||||
A [`typeof TouchBarButton`](./touch-bar-button.md) reference to the `TouchBarButton` class.
|
||||
|
||||
#### `TouchBarColorPicker`
|
||||
|
||||
A [`typeof TouchBarColorPicker`](./touch-bar-color-picker.md) reference to the `TouchBarColorPicker` class.
|
||||
|
||||
#### `TouchBarGroup`
|
||||
|
||||
A [`typeof TouchBarGroup`](./touch-bar-group.md) reference to the `TouchBarGroup` class.
|
||||
|
||||
#### `TouchBarLabel`
|
||||
|
||||
A [`typeof TouchBarLabel`](./touch-bar-label.md) reference to the `TouchBarLabel` class.
|
||||
|
||||
#### `TouchBarPopover`
|
||||
|
||||
A [`typeof TouchBarPopover`](./touch-bar-popover.md) reference to the `TouchBarPopover` class.
|
||||
|
||||
#### `TouchBarScrubber`
|
||||
|
||||
A [`typeof TouchBarScrubber`](./touch-bar-scrubber.md) reference to the `TouchBarScrubber` class.
|
||||
|
||||
#### `TouchBarSegmentedControl`
|
||||
|
||||
A [`typeof TouchBarSegmentedControl`](./touch-bar-segmented-control.md) reference to the `TouchBarSegmentedControl` class.
|
||||
|
||||
#### `TouchBarSlider`
|
||||
|
||||
A [`typeof TouchBarSlider`](./touch-bar-slider.md) reference to the `TouchBarSlider` class.
|
||||
|
||||
#### `TouchBarSpacer`
|
||||
|
||||
A [`typeof TouchBarSpacer`](./touch-bar-spacer.md) reference to the `TouchBarSpacer` class.
|
||||
|
||||
### Instance Properties
|
||||
|
||||
The following properties are available on instances of `TouchBar`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue