Skip to content

Commit

Permalink
replace Optional with {{optional_inline}} (#34312)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyeeT committed Jun 21, 2024
1 parent 7f1426a commit 5459773
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ let duplicating = browser.tabs.duplicate(

- `tabId`
- : `integer`. The ID of the tab to be duplicated.
- `duplicateProperties` Optional
- `duplicateProperties` {{optional_inline}}

- : `object`. An object describing how the tab is duplicated. It contains the following properties:

- `index` Optional
- `index` {{optional_inline}}
- : `integer`. The position of the new tab in the window. The value is constrained to the range zero to the number of tabs in the window.
- `active` Optional
- `active` {{optional_inline}}
- : `boolean`. Whether the tab becomes the active tab in the window. Does not affect whether the window is focused. Defaults to `true`.

### Return value
Expand Down

0 comments on commit 5459773

Please sign in to comment.