Interface: BindRemoteBarOptions
Defined in: solid.ts:72
Properties
filter?
optionalfilter?: (cap) =>boolean
Defined in: solid.ts:79
App-level filter over projected rows (D5's remote subset). Threaded straight to BarHost; a rejected cap is neither seen nor tappable remotely.
Parameters
cap
Returns
boolean
onCommand?
optionalonCommand?: (command,payload?) =>void
Defined in: solid.ts:85
Where an inbound remote command goes. Defaults to source.dispatch — the single-writer path, so a remote tap and a local key are indistinguishable downstream. Override only to intercept (logging, a confirm gate).
Parameters
command
string
payload?
unknown
Returns
void
send
send: (
message) =>void
Defined in: solid.ts:74
Put a host→relay message on the wire (the socket's send).
Parameters
message
Returns
void