Interface LeafletResizeEvent

Hierarchy

Index

Properties

Properties

public newSize: Point

The new size after the resize event.

public oldSize: Point

The old size before resize event.

public target: any

The object that fired the event.

public type: string

The event type (e.g. 'click').