blockly > Field > SERIALIZABLE

Field.SERIALIZABLE property

Serializable fields are saved by the serializer, non-serializable fields are not. Editable fields should also be serializable. This is not the case by default so that SERIALIZABLE is backwards compatible.

Signature:

SERIALIZABLE: boolean;