Skip to content

Commit 08d4f52

Browse files
Yvad60chrisgervang
andauthored
Update fullscreen-control source code link (#2363)
* Update fullscreen-control source code link --------- Co-authored-by: Chris Gervang <[email protected]>
1 parent 88ede86 commit 08d4f52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/api-reference/fullscreen-control.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function App() {
5656

5757
### Reactive Properties
5858

59-
#### `style`: CSSProperties {#style}
59+
#### `style`: CSSProperties {#style}
6060

6161
CSS style override that applies to the control's container.
6262

@@ -65,11 +65,11 @@ CSS style override that applies to the control's container.
6565

6666
The properties in this section are not reactive. They are only used when the component first mounts.
6767

68-
#### `containerId`: string {#containerid}
68+
#### `containerId`: string {#containerid}
6969

7070
Id of the DOM element which should be made full screen. By default, the map container element will be made full screen.
7171

72-
#### `position`: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' {#position}
72+
#### `position`: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' {#position}
7373

7474
Default: `'top-right'`
7575

@@ -78,4 +78,4 @@ Placement of the control relative to the map.
7878

7979
## Source
8080

81-
[fullscreen-control.ts](https://github.com/visgl/react-map-gl/tree/7.0-release/src/components/fullscreen-control.ts)
81+
[fullscreen-control.ts](https://github.com/visgl/react-map-gl/tree/7.1-release/src/components/fullscreen-control.tsx)

0 commit comments

Comments
 (0)