Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > serialización > excepciones > MissingConnection > estado
Propiedad serializaization.exceptions.MissingConnection.state
Signature:
state: State;
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-09-12 (UTC)
[null,null,["Última actualización: 2024-09-12 (UTC)"],[[["The `state` property of `MissingConnection` stores the state of the connection that was missing during block serialization, including information like the connection's type and parent block ID."],["This property helps in identifying the location and type of the missing connection, which is useful for debugging and potentially recovering from serialization errors."]]],["The `MissingConnection.state` property, found within the `serialization.exceptions` namespace, holds a `State` object. This property is a core component of the `MissingConnection` class, indicating the specific state associated with a missing connection during a serialization process. It is identified by the type of data it holds, which is `State;`\n"]]