setAllowUpdate

Temporarily enables or disables updating at runtime. Has no effect if allowUpdate was false.

Usage

ds.setAllowUpdate(false);

API

setAllowUpdate(allow: boolean): void;

Last updated

Was this helpful?