name property

String get name

The name property of the IDBObjectStore interface indicates the name of this object store.

Implementation

external String get name;
set name (String value)

Implementation

external set name(String value);