- Preparing search index...
- The search index is not available
Documentation
Function createUpdatedSharedData
- createUpdatedSharedData<Key>(key: Key, value: SharedData[Key], sharedData?: StringIndexedInterface): StringIndexedInterface
-
Type Parameters
Type Parameters
-
Key extends keyof SharedData
Parameters
-
key: Key
-
value: SharedData[Key]
-
Create updated shared data
Submitted value overwrites an existing value (if any).