Home
last modified time | relevance | path

Searched refs:KnockoutObservableArray (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericClassPropertyInheritanceSpecialization.ts33 interface KnockoutObservableArray<T> extends KnockoutObservable<T[]> { interface
51 fn: KnockoutObservableArray<any>;
53 <T>(value?: T[]): KnockoutObservableArray<T>;
92 validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValue>>;
98 …public validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValu…