StateAPI interface
An interface representing state management related APIs
Properties
shared |
A common plain object which is shared across all the iframes, including pages, dialogs, panels, and workers, within an workload scope. It can store any type of data, including complex types which cannot be serialized, such as a redux store, a Promise, or a DOMElement. |
Property Details
sharedState
A common plain object which is shared across all the iframes, including pages, dialogs, panels, and workers, within an workload scope. It can store any type of data, including complex types which cannot be serialized, such as a redux store, a Promise, or a DOMElement.
Record<string, any> sharedState
Property Value
Record<string, any>