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

      Parameters

      • field: Blockly.Field

        The field to position the dropdown against.

      • 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.