Skip to content

Class: StorageUtil

Constructors

Properties

Methods

Constructors

constructor

new StorageUtil()

Properties

localData

Static localData: any

Defined in

src/util/StorageUtil.ts:3

Methods

load

Static load<T>(dataTable): T

Type parameters

Name
T

Parameters

NameType
dataTablestring

Returns

T

Defined in

src/util/StorageUtil.ts:4


save

Static save<T>(table, data): void

Type parameters

Name
T

Parameters

NameType
tablestring
dataT

Returns

void

Defined in

src/util/StorageUtil.ts:15