SignalAction.this

Creates an action that when activated, emits the given action signal on the provided widget.

It will also unpack the args into arguments passed to the signal.

class SignalAction
this
(
string signalName
)

Parameters

signalName string

name of the signal to emit

Return Value