← HyperlinkHyperlink.MethodKindtypesrc/Hyperlink.ts:372MethodKindHow a method behaves, for tools (CLI/TUI/dashboard) — explicit, never inferred; encoded by the constructor used (effect vs effectFn): query — an idempotent read (CLI prints it, dashboard reads it as an Atom); mutate — a mutation (CLI confirms, dashboard calls it as runtime.fn). modelseffecteffectFnSource src/Hyperlink.ts:3721 linesexport type type MethodKind = "query" | "mutate"How a method behaves, for tools (CLI/TUI/dashboard) — explicit, never inferred; encoded by the constructor used ( effect vs effectFn ): query — an idempotent read (CLI prints it, dashboard reads it as an Atom); mutate — a mutation (CLI confirms, dashboard calls it as runtime.fn). @categorymodels@publicMethodKind = "query" | "mutate"; Referenced by 6 symbolsHyperlink.ImplOfHyperlink.MethodHyperlink.MethodMetaHyperlink.ServeImplOfHyperlink.ServiceOfHyperlink.Validate
Hyperlink.MethodKindtypesrc/Hyperlink.ts:372MethodKindHow a method behaves, for tools (CLI/TUI/dashboard) — explicit, never inferred; encoded by the constructor used (effect vs effectFn): query — an idempotent read (CLI prints it, dashboard reads it as an Atom); mutate — a mutation (CLI confirms, dashboard calls it as runtime.fn). modelseffecteffectFn