summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipelines/components/dag/constants.js
blob: cd89055737f9d86e69f35b1fec5d2e08cfc2cc0e (plain)
1
2
3
4
5
6
7
8
9
/* Interaction handles */
export const IS_HIGHLIGHTED = 'dag-highlighted';
export const LINK_SELECTOR = 'dag-link';
export const NODE_SELECTOR = 'dag-node';

/* Annotation types */
export const ADD_NOTE = 'add';
export const REMOVE_NOTE = 'remove';
export const REPLACE_NOTES = 'replace';