Blocks within websocket
List of all the block within the websocket
group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
value
v13.0.5
retrieve the unique active websocket id
send message condition
v13.0.5
Send the given payload as JSON to the current websocket
unsubscribe websocket condition
v13.0.5
Unsubscribes the websocket from a specific channel.
subscribe websocket on backend execute_function
v13.0.5
Subscribes the websocket to a specific channel. All broadcasts will be handled in the backend.
subscribe websocket on frontend condition
v10.4.28
Subscribes the websocket to a specific channel. All broadcasts will be pushed to that spark / the frontend.
websocket subscriptions condition
v13.0.5
Returns all subscriptions registered on the current websocket.
spark on disconnect condition
v10.4.28
Executes a given function if a spark disconnects.
Back to
websocket
Return to the main group to view all sub-groups