Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Postable

Hierarchy

Implemented by

Index

Methods

Methods

isPosted

  • isPosted(): boolean
  • Returns boolean

    True if element is posted in the page.

post

  • post(): void
  • post(x?: number, y?: number): void
  • Posts the element.

    Returns void

  • Posts the element at the given coordinates.

    Parameters

    • Optional x: number

      The x coordinate.

    • Optional y: number

      The y coordinate.

    Returns void

unpost

  • unpost(): void

Generated using TypeDoc