sesaparcours
    Preparing search index...

    Fake class which should be extended to avoid inheriting static properties

    Hierarchy (View Summary)

    Index

    Constructors

    • Class for a marker. This is used in keyboard navigation to save a location in the Blockly AST.

      Returns Marker

    Properties

    colour: string

    The colour of the marker.

    type: string

    The type of the marker.

    Methods

    • Dispose of this marker.

      Returns void

    • Redraw the current marker.

      Returns void

    • Gets the current location of the marker.

      Returns Blockly.ASTNode

      The current field, connection, or block the marker is on.

    • Hide the marker SVG.

      Returns void

    • Set the location of the marker and call the update method. Setting isStack to true will only work if the newLocation is the top most output or previous connection on a stack.

      Parameters

      Returns void