Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 608 Bytes

tsbuffer.tsbufferoptions.excesspropertychecks.md

File metadata and controls

15 lines (9 loc) · 608 Bytes

Home > tsbuffer > TSBufferOptions > excessPropertyChecks

TSBufferOptions.excessPropertyChecks property

检查值中是否包含Schema定义之外多余的字段 仅对 validate 方法生效 是因为实现机制原因, prune encode decode 方法都会天然保证不会混入多余字段

默认:true

Signature:

excessPropertyChecks: boolean;