Skip to content

Commit

Permalink
Website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Nov 29, 2023
1 parent e3696fb commit 990ff6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/en/main/ol/MapBrowserEvent.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ declare class MapBrowserEvent<EVENT extends UIEvent> extends MapEvent {
* @type {Array<PointerEvent>|undefined}
*/
activePointers: Array<PointerEvent> | undefined;
set pixel(arg: import("./pixel.js").Pixel);
set pixel(pixel: import("./pixel.js").Pixel);
/**
* The map pixel relative to the viewport corresponding to the original event.
* @type {import("./pixel.js").Pixel}
* @api
*/
get pixel(): import("./pixel.js").Pixel;
set coordinate(arg: import("./coordinate.js").Coordinate);
set coordinate(coordinate: import("./coordinate.js").Coordinate);
/**
* The coordinate corresponding to the original browser event. This will be in the user
* projection if one is set. Otherwise it will be in the view projection.
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/ol/MapBrowserEvent.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/en/main/ol/View.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ declare class View extends BaseObject {
* @type {Constraints}
*/
private constraints_;
set padding(arg: number[] | undefined);
set padding(padding: number[] | undefined);
/**
* Padding (in css pixels).
* If the map viewport is partially covered with other content (overlays) along
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/ol/View.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 990ff6f

Please sign in to comment.