sesaparcours
    Preparing search index...

    Fake class which should be extended to avoid inheriting static properties

    Hierarchy (View Summary)

    Index

    Constructors

    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

    • Find the in connection or field.

      Returns Blockly.ASTNode

      The in element, or null if the current node is not set or there is no in value.

    • Find the next connection, field, or block.

      Returns Blockly.ASTNode

      The next element, or null if the current node is not set or there is no next value.

    • Find the out connection, field, or block.

      Returns Blockly.ASTNode

      The out element, or null if the current node is not set or there is no out value.

    • Find the previous connection, field, or block.

      Returns Blockly.ASTNode

      The previous element, or null if the current node is not set or there is no previous value.

    • 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