struct Protocol::IndexedDB::ObjectStoreIndex

Overview

Object store index.

Included Modules

Defined in:

protocol/indexed_db.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def key_path : KeyPath #

Index key path.


[View source]
def multi_entry : Bool #

If true, index allows multiple entries for a key.


[View source]
def name : String #

Index name.


[View source]
def unique : Bool #

If true, index is unique.


[View source]