Toast.actionName

string actionName() @property

Get actionName property.

Returns

The name of the associated action.

It will be activated when clicking the button.

See adw.toast.Toast.actionTarget.

void actionName(string propval) @property

Set actionName property.

Parameters

propvalThe name of the associated action. It will be activated when clicking the button. See adw.toast.Toast.actionTarget.