Abstract ClassesFieldblockly.field_class.fromxml_methodOn this pageblockly > Field > fromXml Field.fromXml() method Sets the field's value based on the given XML element. Should only be called by Blockly.Xml. Signature: fromXml(fieldElement: Element): void; Parameters ParameterTypeDescriptionfieldElementElementThe element containing info about the field's state. Returns: void