ValidationMode
Documentation / @elitechart/core / ValidationMode
Defined in: data/validation.ts:28
Mode for validators. 'strict' throws on the first violation;
'relaxed' calls onWarn and continues so a feed with a single bad
bar still renders.
Documentation / @elitechart/core / ValidationMode
Defined in: data/validation.ts:28
Mode for validators. 'strict' throws on the first violation;
'relaxed' calls onWarn and continues so a feed with a single bad
bar still renders.