UNPKG

@umbraco/json-models-builders

Version:
12 lines (11 loc) 373 B
import { DataTypeBuilder } from './dataTypeBuilder'; export declare class EntityDataPickerDataTypeBuilder extends DataTypeBuilder { minValue: number; maxValue: number; dataSource: string; constructor(); withMinValue(minValue: number): this; withMaxValue(maxValue: number): this; withDataSource(dataSource: string): this; getValues(): any; }