ST2110OutputSettings.onSenderStateChange property

Called whenever a sender transitions lifecycle state. Useful for surfacing the in-flight startup ("starting" → "active") in a UI or for noticing failed activations ("failed" with reason).

Signature:

onSenderStateChange?: (event: ST2110SenderStateEvent) => void;