summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipelines/components/dag/constants.js
blob: 51b1fb4f4cc092ed2949981ebd0b0cd99205e9e6 (plain)
1
2
3
4
5
6
7
8
9
10
/* Error constants */
export const PARSE_FAILURE = 'parse_failure';
export const LOAD_FAILURE = 'load_failure';
export const UNSUPPORTED_DATA = 'unsupported_data';
export const DEFAULT = 'default';

/* Interaction handles */
export const IS_HIGHLIGHTED = 'dag-highlighted';
export const LINK_SELECTOR = 'dag-link';
export const NODE_SELECTOR = 'dag-node';