struct Protocol::IndexedDB::ObjectStoreIndex
- Protocol::IndexedDB::ObjectStoreIndex
- Struct
- Value
- Object
Overview
Object store index.
Included Modules
- JSON::Serializable
Defined in:
protocol/indexed_db.crConstructors
Instance Method Summary
-
#key_path : KeyPath
Index key path.
-
#multi_entry : Bool
If true, index allows multiple entries for a key.
-
#name : String
Index name.
-
#unique : Bool
If true, index is unique.