TTLinkLegacy extension
Deprecated GUN-style aliases and not-yet-supported traversal stubs, kept on
an extension so the core TTLink surface stays focused. Prefer the modern
publish / snapshot / subscribe / unsubscribe API.
- on
Methods
-
bye(
) → TTLink -
Available on TTLink, provided by the TTLinkLegacy extension
No plans to support this. -
later(
) → TTLink -
Available on TTLink, provided by the TTLinkLegacy extension
No plans to support this. -
load(
dynamic cb) → TTLink -
Available on TTLink, provided by the TTLinkLegacy extension
No plans to support this. -
map(
) → TTLink -
Available on TTLink, provided by the TTLinkLegacy extension
Iterate over each property/item of a node. Not yet supported. -
not(
void cb(String key)) → TTLink -
Available on TTLink, provided by the TTLinkLegacy extension
Invokecbwhen a record appears not to exist across peers. -
off(
[TTOnCb? cb]) → TTLink -
Available on TTLink, provided by the TTLinkLegacy extension
Unsubscribe one or all listeners. -
on(
TTOnCb cb) → TTLink -
Available on TTLink, provided by the TTLinkLegacy extension
Subscribe to realtime updates. -
once(
TTOnCb cb) → TTLink -
Available on TTLink, provided by the TTLinkLegacy extension
Get the current data once, without subscribing. -
open(
dynamic cb) → TTLink -
Available on TTLink, provided by the TTLinkLegacy extension
No plans to support this. -
path(
String path) → TTLink -
Available on TTLink, provided by the TTLinkLegacy extension
No plans to support this. -
promise(
[int timeout = 0]) → Future< TTValue> -
Available on TTLink, provided by the TTLinkLegacy extension
-
put(
TTValue value, [TTMsgCb? cb]) → TTLink -
Available on TTLink, provided by the TTLinkLegacy extension
Save data into the TT graph, merging it as a partial update. -
set(
dynamic data, [TTMsgCb? cb]) → TTLink -
Available on TTLink, provided by the TTLinkLegacy extension
Add a unique item to an unordered list (set semantics). -
unset(
TTNode node) → TTLink -
Available on TTLink, provided by the TTLinkLegacy extension
No plans to support this.