Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICoordinate

An interface describing editor state coordinates.

Hierarchy

  • JSONObject
  • ClientRect
    • ICoordinate

Indexable

[key: string]: JSONValue

An interface describing editor state coordinates.

Index

Properties

ClientRect

ClientRect: object

Type declaration

bottom

bottom: number

height

height: number

left

left: number

right

right: number

top

top: number

width

width: number

Generated using TypeDoc