added hit tolerance to ngx select interaction
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
6b617ed4ad
commit
752e1e2c42
@ -33,6 +33,8 @@ export class SelectInteractionComponent implements OnInit, OnDestroy {
|
|||||||
filter?: FilterFunction;
|
filter?: FilterFunction;
|
||||||
@Input()
|
@Input()
|
||||||
wrapX?: boolean;
|
wrapX?: boolean;
|
||||||
|
@Input()
|
||||||
|
hitTolerance?: number;
|
||||||
|
|
||||||
@Output()
|
@Output()
|
||||||
olChange = new EventEmitter<SelectEvent>();
|
olChange = new EventEmitter<SelectEvent>();
|
||||||
|
Loading…
Reference in New Issue
Block a user