PluggableAppEventTypeName
Home > @gooddata/sdk-pluggable-application-model > PluggableAppEventTypeName
PluggableAppEventTypeName type
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.
Event type name accepted by pluggable application to host events.
Signature:
export type PluggableAppEventTypeName = KnownPluggableAppEventTypeName | (string & {});
References: KnownPluggableAppEventTypeName
Remarks
This type is intentionally open for extension (string & {}) to preserve forward compatibility: newly introduced app-specific or future platform event types should not break existing consumers at compile time. For built-in platform events, prefer values from PluggableAppEventType.