direction property

IDBCursorDirection get direction

The direction read-only property of the IDBCursor interface is a string that returns the direction of traversal of the cursor (set using IDBObjectStore.openCursor for example). See the Values section below for possible values.

Implementation

external IDBCursorDirection get direction;