debian-mirror-gitlab/app/assets/javascripts/pipelines/components/dag/constants.js

10 lines
289 B
JavaScript
Raw Normal View History

2020-06-23 00:09:42 +05:30
/* Interaction handles */
export const IS_HIGHLIGHTED = 'dag-highlighted';
export const LINK_SELECTOR = 'dag-link';
export const NODE_SELECTOR = 'dag-node';
2020-07-28 23:09:34 +05:30
/* Annotation types */
export const ADD_NOTE = 'add';
export const REMOVE_NOTE = 'remove';
export const REPLACE_NOTES = 'replace';