blob: fdad57558572f3eda359d1d9ab277df70f2d35ed [file] [log] [blame]
export interface DropdownSettings{
singleSelection: boolean;
text: string;
enableCheckAll : boolean;
selectAllText: string;
unSelectAllText: string;
enableSearchFilter: boolean;
maxHeight: number;
badgeShowLimit: number;
classes: string;
limitSelection?: number;
}