The name property of the IDBIndex interface contains a string which names the index.
name
external String get name;
external set name(String value);