silverstripe-cms/client/src/state/anchorSelector/AnchorSelectorStates.js

8 lines
249 B
JavaScript
Raw Normal View History

2017-09-05 04:38:38 +02:00
export default {
SUCCESS: 'SUCCESS', // Done, or nothing selected
DIRTY: 'DIRTY', // Needs updating
FIELD_ONLY: 'FIELD_ONLY', // Has anchors from the field but needs to fetch the rest from server
2017-09-05 04:38:38 +02:00
UPDATING: 'UPDATING',
FAILED: 'FAILED',
};