mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104)
* docs(new): migrate Page.ts to TSDoc (part 0 / 2) Co-authored-by: Changhao Han <changhaohan@chromium.org>
This commit is contained in:
13
new-docs/puppeteer.geolocationoptions.longitude.md
Normal file
13
new-docs/puppeteer.geolocationoptions.longitude.md
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [GeolocationOptions](./puppeteer.geolocationoptions.md) > [longitude](./puppeteer.geolocationoptions.longitude.md)
|
||||
|
||||
## GeolocationOptions.longitude property
|
||||
|
||||
Latitude between -90 and 90.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
longitude: number;
|
||||
```
|
||||
Reference in New Issue
Block a user