Category
Signals
Signal connections and event forwarding.Category guide
Overview
Use this overview to understand the category before opening a specific function.- See what this group of functions is meant to solve.
- Compare function names and descriptions in one table.
- Open a function for syntax, arguments, returns, and examples.
Signals
Available functions
| Function | Description |
|---|---|
cansignalreplicate | Checks whether a signal can replicate through the supported signal replication layer. |
firesignal | Fires a signal locally with the provided arguments. |
getconnections | Returns connection objects for a signal. |
getsignalarguments | Returns the last captured arguments for a signal when available. |
getsignalargumentsinfo | Returns metadata about captured signal arguments. |
getsignalwhitelist | Returns the set of signals allowed by the signal helper layer. |
replicatesignal | Fires a supported signal through the replication path with the provided arguments. |