@eclipse-scout/core
Version:
Eclipse Scout runtime
10 lines • 419 B
TypeScript
import { LookupCallModel } from '../index';
export interface RestLookupCallModel<TKey> extends LookupCallModel<TKey> {
resourceUrl?: string;
maxTextLength?: number;
/**
* for predefined restrictions only (e.g. in JSON or subclasses), don't change this attribute! this instance is shared with all clones!
*/
restriction?: Record<string, any>;
}
//# sourceMappingURL=RestLookupCallModel.d.ts.map