@eclipse-scout/core
Version:
Eclipse Scout runtime
10 lines • 340 B
TypeScript
import { LookupCallColumnModel } from '../../index';
export interface LookupColumnModel<TValue> extends LookupCallColumnModel<TValue[], TValue> {
/**
* Whether the same value can be selected in multiple rows or not.
*
* Default is `false`.
*/
distinct?: boolean;
}
//# sourceMappingURL=LookupColumnModel.d.ts.map