Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > BlocklyOptions > cuadrícula
Propiedad BlocklyOptions.grid
Signature:
grid?: GridOptions;
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-10-14 (UTC)
[null,null,["Última actualización: 2024-10-14 (UTC)"],[[["`grid` is an optional property within `BlocklyOptions` that allows for customization of the grid overlay on the Blockly workspace."],["It accepts a `GridOptions` object to configure the grid's appearance and behavior, affecting how blocks snap to positions."]]],["The `grid` property within `BlocklyOptions` is defined. Its signature indicates it is an optional property that can be assigned a value of the `GridOptions` type. This property likely configures the grid settings within a Blockly workspace, allowing customization of the grid's appearance or behavior. Its optional nature suggests that a default grid setting will apply if this property is not explicitly set.\n"]]