Readonly
_tagValue of the first row.
1
Optional
limitLimit of incrementation.
depend on the corresponding table data type.
How to behave when incrementation hits the limit.
loop: back to the initial value and continue to increment
negate: negate the value and continue to increment
keep: stop incrementation and keep the limit value
loop.
Optional
stepHow much advance per each row.
1 for integers, 0.1 for decimals
Generated using TypeDoc
NumericColumnOptions is used for GeneratorOption.columnOptions