Press n or j to go to the next uncovered block, b, p or k for the previous block.
export const ScalarMode = { NONE: 0, COLORS: 1, LABELS: 2, }; export default { ScalarMode };