@adapt-arch/utiliti-es
Preparing search index...
PubSubPluginContext
Type Alias PubSubPluginContext
The context for a PubSubPlugin action.
type
PubSubPluginContext
=
{
message
?:
MessageData
;
topic
?:
string
;
}
Index
Properties
message?
topic?
Properties
Optional
message
message
?:
MessageData
The message data.
Optional
topic
topic
?:
string
The topic of the message.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
topic
@adapt-arch/utiliti-es
Loading...
The context for a PubSubPlugin action.