MCPcopy Create free account
hub / github.com/knockout/knockout / BindingHandlers

Interface BindingHandlers

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

Source from the content-addressed store, hash-verified

166// You have to extend knockout for your own handlers
167declare module "knockout" {
168 export interface BindingHandlers {
169 yourBindingName: ko.BindingHandler;
170 slideVisible: ko.BindingHandler;
171 allowBindings: ko.BindingHandler;
172 withProperties: ko.BindingHandler;
173 randomOrder: ko.BindingHandler;
174 }
175}
176
177function test_bindings() {

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…