handsontable
Version:
Handsontable is a JavaScript Spreadsheet Component available for React, Angular and Vue.
22 lines (16 loc) • 407 B
JavaScript
;
exports.__esModule = true;
exports.condition = condition;
exports.CONDITION_NAME = void 0;
var _conditionRegisterer = require("../conditionRegisterer");
var CONDITION_NAME = 'false';
/**
* @returns {boolean}
*/
exports.CONDITION_NAME = CONDITION_NAME;
function condition() {
return false;
}
(0, _conditionRegisterer.registerCondition)(CONDITION_NAME, condition, {
name: 'False'
});