name property

String get name

The name property of the IDBIndex interface contains a string which names the index.

Implementation

external String get name;
set name (String value)

Implementation

external set name(String value);