@onehat/ui
Version:
Base UI for OneHat apps
4 lines • 301 B
JavaScript
export const SORT_ASCENDING = 'ASC'; // This is what RestTrait expects
export const SORT_DESCENDING = 'DESC'; // This is what RestTrait expects
export const DROP_POSITION_BEFORE = 'before'; // This is what RestTrait expects
export const DROP_POSITION_AFTER = 'after'; // This is what RestTrait expects