blockly > Options > zoomOptions
Propriété Options.zoomOptions
Signature :
zoomOptions: ZoomOptions;
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/12 (UTC).
[null,null,["Dernière mise à jour le 2024/09/12 (UTC)."],[[["`zoomOptions` is a property within the `Blockly.Options` class that allows customization of the zoom functionality within a Blockly workspace."],["This property accepts an object of type `ZoomOptions`, which provides fine-grained control over zoom behavior such as controls, wheel, start scale, and maximum/minimum zoom levels."],["Users can leverage `zoomOptions` to tailor the zoom experience to suit the specific needs and context of their Blockly application or environment."]]],["The `zoomOptions` property, part of the `Options` class within the Blockly library, is defined. It's signature specifies that `zoomOptions` is of the type `ZoomOptions`. This indicates that this property holds settings or configurations related to zooming functionality within the Blockly environment.\n"]]