MCPcopy Index your code
hub / github.com/knockout/knockout / SubscribableFunctions

Interface SubscribableFunctions

spec/types/module/test-module.ts:506–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504// Define your own functions
505declare module "knockout" {
506 export interface SubscribableFunctions<T> {
507 publishOn(topic: string): this;
508 subscribeTo(topic: string): this;
509 }
510
511 export interface BindingHandlers {
512 isolatedOptions: BindingHandler;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…