File

projects/angular-resizable-element/src/lib/interfaces/resize-event.interface.ts

Description

The $event object that is passed to the resize events

Index

Properties

Properties

edges
edges: Edges
Type : Edges
rectangle
rectangle: BoundingRectangle
Type : BoundingRectangle
import { BoundingRectangle } from './bounding-rectangle.interface';
import { Edges } from './edges.interface';

/**
 * The `$event` object that is passed to the resize events
 */
export interface ResizeEvent {
  rectangle: BoundingRectangle;
  edges: Edges;
}

results matching ""

    No results matching ""