Interfaces
UseCloudKVOptions
Configures a useCloudKV hook.
Configures a useCloudKV hook.
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Description |
|---|---|---|
instance? | CloudKVStorage | A standalone CloudKVStorage instance. The shared default instance is used when omitted. |
serializer? | CloudKVSerializer<T> | A serializer for non-string values. Strings use an identity serializer when omitted. |