Hyperlinkv0.9.0-beta.0

Hyperlink

Hyperlink.DefaultMethodinterfacesrc/Hyperlink.ts:565

A Tag-baked default on a HyperService contract — built by default. Lives on the Spec (both local and remote install the same value); no impl, no RPC, no Local gate. Literals or sync functions. For a bag of many defaults, see defaults.

modelsdefaultLocaldefaults
Source src/Hyperlink.ts:5659 lines
export interface DefaultMethod<out V> {
  readonly [DefaultMethodTypeId]: typeof DefaultMethodTypeId;
  /**
   * The Tag-baked payload — literal or sync function. Installed identically on local and
   * client handles. Layer/serve may override at the **provide site only** (does not travel
   * over the wire); see {@link ImplWithDefaultOverrides}.
   */
  readonly value: V;
}
Referenced by 3 symbols