Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StorageContextEntityArray<V>

Represents a serialized array of items of type V.

Type parameters

  • V

Hierarchy

  • StorageContextEntityArray

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly entityMap

Readonly sizeEntity

sizeEntity: StorageContextEntity<number>

Methods

clear

  • clear(): Promise<void>

get

load

  • load(defaultValue?: V[]): Promise<V[]>

save

  • save(values: V[]): Promise<V[]>

Generated using TypeDoc