struct
Obsctl::IPC::Event
- Obsctl::IPC::Event
- Struct
- Value
- Object
Overview
Server-pushed topic event for subscribed TUI or long-lived clients.
Defined in:
obsctl/ipc/event.crConstant Summary
-
TYPE =
"event"
Constructors
Instance Method Summary
- #clone
- #copy_with(topic _topic = @topic, data _data = @data)
- #data : JSON::Any | Nil
-
#to_json(json : JSON::Builder) : Nil
Writes the wire-format JSON object for this event.
- #topic : String