Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WhiteboardRevision

A revision of a whiteboard.

Hierarchy

  • WhiteboardRevision

Index

Properties

Optional __file

__file: string

[INTERNAL USE] The path to the underlying file.

board

board: Whiteboard

Gets the underlying document.

next

next: function

Requests the next revision.

returns

The promise.

Type declaration

nr

nr: number

Gets the number of the revision.

previous

previous: function

Requests the previous revision.

returns

The promise.

Type declaration

time

time: Moment.Moment

Gets the time of the revision.

Generated using TypeDoc