Source src/Hyperlink.ts:5659 lines
export interface interface DefaultMethod<out V>DefaultMethod<out function (type parameter) V in DefaultMethod<out V>V> {
readonly [const DefaultMethodTypeId: "~hyperlink-ts/Hyperlink/DefaultMethod"Identity brand for a
DefaultMethod
— Tag-baked default value/fn, both sides, no wire.
DefaultMethodTypeId]: typeof const DefaultMethodTypeId: "~hyperlink-ts/Hyperlink/DefaultMethod"Identity brand for a
DefaultMethod
— Tag-baked default value/fn, both sides, no wire.
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 DefaultMethod<out V>.value: out VThe 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
ImplWithDefaultOverrides
.
value: function (type parameter) V in DefaultMethod<out V>V;
}
Referenced by 3 symbols