setAllowInsert

Temporarily enables or disables inserting at runtime. Has no effect if allowInsert was false.

Usage

ds.setAllowInsert(false);

API

setAllowInsert(allow: boolean): void;

Last updated

Was this helpful?