Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IDBUtility

Index

Properties

Properties

add

add: function

Type declaration

    • (storeName: string, value: __type): Promise<string | __type>
    • Parameters

      • storeName: string
      • value: __type

      Returns Promise<string | __type>

get

get: function

Type declaration

    • (storeName: string, keyValue: string): Promise<__type>
    • Parameters

      • storeName: string
      • keyValue: string

      Returns Promise<__type>

getAll

getAll: function

Type declaration

    • (storeName: string): Promise<__type>
    • Parameters

      • storeName: string

      Returns Promise<__type>

put

put: function

Type declaration

    • (storeName: string, value: __type): Promise<string | __type>
    • Parameters

      • storeName: string
      • value: __type

      Returns Promise<string | __type>

remove

remove: function

Type declaration

    • (storeName: string, keyValue: string): Promise<__type | void>
    • Parameters

      • storeName: string
      • keyValue: string

      Returns Promise<__type | void>

update

update: function

Type declaration

    • (storeName: string, keyValue: string, value: __type): Promise<string | __type>
    • Parameters

      • storeName: string
      • keyValue: string
      • value: __type

      Returns Promise<string | __type>

Generated using TypeDoc