Skip to main content

Type Alias: WildcardHandler()

WildcardHandler = (topic, data) => void

Defined in: src/sdk/data/EventBus.ts:10

A handler for handling wildcard multiple subscription data.

Parameters

ParameterType
topicstring
dataany

Returns

void