Stay organized with collections
Save and categorize content based on your preferences.
blockly > IASTNodeLocationSvg
IASTNodeLocationSvg interface
An AST node location SVG interface.
Signature:
export interface IASTNodeLocationSvg extends IASTNodeLocation
Extends: IASTNodeLocation
Methods
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The `HorizontalFlyout.wheel_()` method manages the scrolling functionality within the horizontal flyout in Blockly."],["This method is triggered by the mouse wheel scroll event and uses the event data to determine the scroll direction and amount."],["Its primary purpose is to enable users to navigate the contents of the flyout using their mouse wheel, ensuring all available blocks are accessible."],["The function takes a WheelEvent object as input, which contains details about the scroll event, such as the delta and direction."]]],[]]