ducjs
Version:
The duc 2D CAD file format is a cornerstone of our advanced design system, conceived to cater to professionals seeking precision and efficiency in their design work.
9 lines (8 loc) • 502 B
JavaScript
// automatically generated by the FlatBuffers compiler, do not modify
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
export var COLUMN_TYPE;
(function (COLUMN_TYPE) {
COLUMN_TYPE[COLUMN_TYPE["NO_COLUMNS"] = 10] = "NO_COLUMNS";
COLUMN_TYPE[COLUMN_TYPE["STATIC_COLUMNS"] = 11] = "STATIC_COLUMNS";
COLUMN_TYPE[COLUMN_TYPE["DYNAMIC_COLUMNS"] = 12] = "DYNAMIC_COLUMNS";
})(COLUMN_TYPE || (COLUMN_TYPE = {}));