struct Protocol::IndexedDB::KeyPath

Overview

Key path.

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 array : Array(String) | Nil #

Array value.


[View source]
def string : String | Nil #

String value.


[View source]
def type : String #

Key path type.


[View source]