@eclipse-scout/core
Version:
Eclipse Scout runtime
9 lines • 409 B
TypeScript
import { StaticLookupCall } from '../../index';
export declare class ErroneousLookupCall extends StaticLookupCall<any> {
protected _queryByAll(): void;
protected _queryByKey(key: string): void;
protected _queryByRec(rec: string): void;
protected _queryByText(text: string): void;
protected _resolveWithException(exception: string): void;
}
//# sourceMappingURL=ErroneousLookupCall.d.ts.map