Stay organized with collections
Save and categorize content based on your preferences.
blockly > FlyoutSeparator
FlyoutSeparator class
Representation of a gap between elements in a flyout.
Signature:
export declare class FlyoutSeparator implements IBoundedElement, IFocusableNode
Implements: IBoundedElement, IFocusableNode
Constructors
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 2025-05-16 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 2025-05-16 UTC."],[],[],null,["[blockly](./blockly.md) \\\u003e [FlyoutSeparator](./blockly.flyoutseparator_class.md)\n\nFlyoutSeparator class\n---------------------\n\nRepresentation of a gap between elements in a flyout.\n\n**Signature:** \n\n export declare class FlyoutSeparator implements IBoundedElement, IFocusableNode \n\n**Implements:** [IBoundedElement](./blockly.iboundedelement_interface.md), [IFocusableNode](./blockly.ifocusablenode_interface.md)\n\nConstructors\n------------\n\n| Constructor | Modifiers | Description |\n|--------------------------------------------------------------------------------------------|-----------|--------------------------|\n| [(constructor)(gap, axis)](./blockly.flyoutseparator_class._constructor__1_constructor.md) | | Creates a new separator. |\n\nMethods\n-------\n\n| Method | Modifiers | Description |\n|--------------------------------------------------------------------------------------------|-----------|----------------------------------------------------------------------------------|\n| [canBeFocused()](./blockly.flyoutseparator_class.canbefocused_1_method.md) | | See IFocusableNode.canBeFocused. |\n| [getBoundingRectangle()](./blockly.flyoutseparator_class.getboundingrectangle_1_method.md) | | Returns the bounding box of this separator. |\n| [getFocusableElement()](./blockly.flyoutseparator_class.getfocusableelement_1_method.md) | | See IFocusableNode.getFocusableElement. |\n| [getFocusableTree()](./blockly.flyoutseparator_class.getfocusabletree_1_method.md) | | See IFocusableNode.getFocusableTree. |\n| [isNavigable()](./blockly.flyoutseparator_class.isnavigable_1_method.md) | | Returns false to prevent this separator from being navigated to by the keyboard. |\n| [moveBy(dx, dy, _reason)](./blockly.flyoutseparator_class.moveby_1_method.md) | | Repositions this separator. |\n| [onNodeBlur()](./blockly.flyoutseparator_class.onnodeblur_1_method.md) | | See IFocusableNode.onNodeBlur. |\n| [onNodeFocus()](./blockly.flyoutseparator_class.onnodefocus_1_method.md) | | See IFocusableNode.onNodeFocus. |"]]