openmct/platform/features/timeline/src/TimelineConstants.js

11 lines
218 B
JavaScript
Raw Normal View History

/*global define*/
/**
* Defines constant values for use in timeline view.
*/
define({
// Pixel width of start/end handles
HANDLE_WIDTH: 32,
// Pixel tolerance for snapping behavior
SNAP_WIDTH: 16
});