SignalAction.(constructor)

Constructs a new instance of the SignalAction class

Signature:

constructor(_callback: (value: T) => void);

Parameters

Parameter

Type

Description

_callback

(value: T) => void