Skip to content

Commit 6f047fd

Browse files
committed
Mark touch bar apis with _Experimental_
1 parent 64984ac commit 6f047fd

11 files changed

+11
-11
lines changed

docs/api/browser-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ Controls whether to hide cursor when typing.
12671267
Adds a vibrancy effect to the browser window. Passing `null` or an empty string
12681268
will remove the vibrancy effect on the window.
12691269

1270-
#### `win.setTouchBar(touchBar)` _macOS_
1270+
#### `win.setTouchBar(touchBar)` _macOS_ _Experimental_
12711271

12721272
* `touchBar` TouchBar
12731273

docs/api/touch-bar-button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Process: [Main](../tutorial/quick-start.md#main-process)
66

7-
### `new TouchBarButton(options)`
7+
### `new TouchBarButton(options)` _Experimental_
88

99
* `options` Object
1010
* `label` String (optional) - Button text.

docs/api/touch-bar-color-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Process: [Main](../tutorial/quick-start.md#main-process)
66

7-
### `new TouchBarColorPicker(options)`
7+
### `new TouchBarColorPicker(options)` _Experimental_
88

99
* `options` Object
1010
* `availableColors` String[] (optional) - Array of hex color strings to

docs/api/touch-bar-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Process: [Main](../tutorial/quick-start.md#main-process)
66

7-
### `new TouchBarGroup(options)`
7+
### `new TouchBarGroup(options)` _Experimental_
88

99
* `options` Object
1010
* `items` [TouchBar](touch-bar.md) - Items to display as a group.

docs/api/touch-bar-label.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Process: [Main](../tutorial/quick-start.md#main-process)
66

7-
### `new TouchBarLabel(options)`
7+
### `new TouchBarLabel(options)` _Experimental_
88

99
* `options` Object
1010
* `label` String (optional) - Text to display.

docs/api/touch-bar-popover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Process: [Main](../tutorial/quick-start.md#main-process)
66

7-
### `new TouchBarPopover(options)`
7+
### `new TouchBarPopover(options)` _Experimental_
88

99
* `options` Object
1010
* `label` String (optional) - Popover button text.

docs/api/touch-bar-scrubber.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Process: [Main](../tutorial/quick-start.md#main-process)
66

7-
### `new TouchBarScrubber(options)`
7+
### `new TouchBarScrubber(options)` _Experimental_
88

99
* `options` Object
1010
* `items` [ScrubberItem[]](structures/scrubber-item.md) - An array of items to place in this scrubber

docs/api/touch-bar-segmented-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Process: [Main](../tutorial/quick-start.md#main-process)
66

7-
### `new TouchBarSegmentedControl(options)`
7+
### `new TouchBarSegmentedControl(options)` _Experimental_
88

99
* `options` Object
1010
* `segmentStyle` String - (Optional) Style of the segments:

docs/api/touch-bar-slider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Process: [Main](../tutorial/quick-start.md#main-process)
66

7-
### `new TouchBarSlider(options)`
7+
### `new TouchBarSlider(options)` _Experimental_
88

99
* `options` Object
1010
* `label` String (optional) - Label text.

docs/api/touch-bar-spacer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Process: [Main](../tutorial/quick-start.md#main-process)
66

7-
### `new TouchBarSpacer(options)`
7+
### `new TouchBarSpacer(options)` _Experimental_
88

99
* `options` Object
1010
* `size` String (optional) - Size of spacer, possible values are:

0 commit comments

Comments
 (0)