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

Interface ObservableArrayFunctions

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

Source from the content-addressed store, hash-verified

297// Have to define your own extenders
298declare module "knockout" {
299 export interface ObservableArrayFunctions<T> {
300 filterByProperty(propName: string, matchValue: boolean): ko.Computed<any>;
301 }
302
303 export interface ExtendersOptions {
304 numeric: number;

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…