sesaparcours
    Preparing search index...

    Fake class which should be extended to avoid inheriting static properties

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    height: number

    The height of the button's rect.

    The JSON specifying the label / button.

    width: number

    The width of the button's rect.

    Methods

    • Create the button elements.

      Returns SVGElement

      The button's SVG group.

    • Dispose of this button.

      Returns void

    • Returns string

      Text of the button.

    • Get the button's target workspace.

      Returns WorkspaceSvg

      The target workspace of the flyout where this button resides.

    • Returns boolean

      Whether or not the button is a label.

    • Move the button to the given x, y coordinates.

      Parameters

      • x: number

        The new x coordinate.

      • y: number

        The new y coordinate.

      Returns void

    • Correctly position the flyout button and make it visible.

      Returns void