blockly > Field > isSerializable
Field.isSerializable() method
Check whether this field should be serialized by the XML renderer. Handles the logic for backwards compatibility and incongruous states.
Signature:
isSerializable(): boolean;
Returns:
boolean
Whether this field should be serialized or not.