Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateSelectionMarqueeAction

Action fired to update the selection marquee

Hierarchy

  • Action
    • UpdateSelectionMarqueeAction

Index

Properties

Properties

payload: { anchor: Position; position: Position }

Type declaration

  • anchor: Position

    Position to anchor the selection marquee. Usually the position where mouse was clicked to start the selection.

  • position: Position

    The diagonally opposite corner from the anchor. Usually the current mouse position.

Generated using TypeDoc