Skip to main content
Version: 8.9

Type Alias: SignalBroadcastRequest

type SignalBroadcastRequest = object;

Properties

signalName

signalName: string;

The name of the signal to broadcast.


tenantId?

optional tenantId?: TenantId;

The ID of the tenant that owns the signal.


variables?

optional variables?: object;

The signal variables as a JSON object.

Index Signature

[key: string]: unknown