Skip to content

Type Alias: Subscriber

Subscriber = (event) => void

A subscription callback invoked with each matching event.

Parameters

event

PropertyEvent

Returns

void