- Preparing search index...
- The search index is not available
TESSA Web API
Interface IStorageValueFactory<T, S>
Methods
getValue
- getValue(storage: S): T
-
Returns T
getValueAndStorage
- getValueAndStorage(): {
storage: S;
value: T;
}
-
Returns {
storage: S;
value: T;
}