UNPKG

@eclipse-scout/core

Version:
10 lines 340 B
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