Class StorageContextEntityArray<V>
Hierarchy
-
StorageContextEntityArray
Constructors
constructor
-
Type parameters
Parameters
-
-
sizeKey: string = 'length'
Methods
load
- load(defaultValue?: V[]): Promise<V[]>
-
Parameters
Returns Promise<V[]>
save
- save(values: V[]): Promise<V[]>
-
Parameters
Returns Promise<V[]>
Represents a serialized array of items of type V.