CartoDB/cartodb20

View on GitHub
lib/assets/javascripts/new-dashboard/components/MapCard/shared/props.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  visualization: Object,
  storeActionType: {
    type: String,
    default: 'maps'
  },
  isSelected: {
    type: Boolean,
    default: false
  },
  canHover: {
    type: Boolean,
    default: true
  },
  selectMode: {
    type: Boolean,
    default: false
  }
};