sesaparcours
    Preparing search index...
    • Shortcut to show and place the drop-down with positioning determined by a particular block. The primary position will be below the block, and the secondary position above the block. Drop-down will be constrained to the block's workspace.

      Parameters

      • field: Blockly.Field

        The field showing the drop-down.

      • block: Blockly.BlockSvg

        Block to position the drop-down around.

      • Optionalopt_onHide: Function

        Optional callback for when the drop-down is hidden.

      • Optionalopt_secondaryYOffset: number

        Optional Y offset for above-block positioning.

      Returns boolean

      True if the menu rendered below block; false if above.