IPluggableAppEventsContextValue
Home > @gooddata/sdk-ui-pluggable-application > IPluggableAppEventsContextValue
IPluggableAppEventsContextValue interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Value exposed by PluggableAppEventsProvider().
Signature:
export interface IPluggableAppEventsContextValue
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(event: IPluggableAppEvent) => void |
(ALPHA) Emits arbitrary event to host. | ||
|
() => void |
(ALPHA) Emits a standard platform-context reload request to host. |