Implements

Constructors

Methods

  • Whether the current user can do annotation on the share.

    Returns Promise<any>

  • Clears the annotations.

    Parameters

    • clearType: string

    Returns Promise<any>

  • Gets the current tool color for annotations.

    Returns Promise<any>

  • Gets the current tool type for annotations.

    Returns Promise<any>

  • Gets the current tool width for annotations.

    Returns Promise<any>

  • Returns Promise<any>

    Use canDoAnnotation instead.

  • Redoes the last undone action.

    Returns Promise<any>

  • Sets the tool color for annotations.

    Parameters

    • toolColor: string

    Returns Promise<any>

  • Sets the tool type for annotations.

    Parameters

    • toolType: string

    Returns Promise<any>

  • Sets the tool width for annotations.

    Parameters

    • width: number

    Returns Promise<any>

  • Start annotation.

    Returns Promise<any>

  • Stop annotation.

    Returns Promise<any>

  • Undoes the last action.

    Returns Promise<any>