Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > Eventos > VIEWPORT_CHANGE
Variable Events.VIEWPORT_CHANGE
Signature:
VIEWPORT_CHANGE = "viewport_change"
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-11 (UTC)
[null,null,["Última actualización: 2024-09-11 (UTC)"],[[["`Events.VIEWPORT_CHANGE` is a variable representing the event type for changes to the Blockly workspace viewport."],["This event is triggered when the workspace is scrolled or zoomed, indicating a change in the visible area of the workspace."],["The `VIEWPORT_CHANGE` variable holds the string value \"viewport_change\" for easy identification and use within event handling logic."]]],["The `VIEWPORT_CHANGE` variable, found within the Blockly Events namespace, is defined as a string constant equal to \"viewport_change\". It represents a specific event type related to changes in the viewport. This event type's identifier is directly assigned the string value \"viewport_change\", serving as a unique label for this particular kind of viewport-related event within the Blockly environment.\n"]]