File

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

Description

The edges that the resize event were triggered on

Index

Properties

Indexable

[key: string]: boolean | number | undefined

Properties

bottom
bottom: boolean | number
Type : boolean | number
Optional
left
left: boolean | number
Type : boolean | number
Optional
right
right: boolean | number
Type : boolean | number
Optional
top
top: boolean | number
Type : boolean | number
Optional
export interface Edges {
  top?: boolean | number;
  bottom?: boolean | number;
  left?: boolean | number;
  right?: boolean | number;
  [key: string]: boolean | number | undefined;
}

results matching ""

    No results matching ""