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

7 functions
FunctionDescription
cansignalreplicateChecks whether a signal can replicate through the supported signal replication layer.
firesignalFires a signal locally with the provided arguments.
getconnectionsReturns connection objects for a signal.
getsignalargumentsReturns the last captured arguments for a signal when available.
getsignalargumentsinfoReturns metadata about captured signal arguments.
getsignalwhitelistReturns the set of signals allowed by the signal helper layer.
replicatesignalFires a supported signal through the replication path with the provided arguments.