Module

ui/dropdown/menu/utils

@ckeditor/ckeditor5-ui/src/dropdown/menu/utils

module

Filtering

Constants

  • DropdownMenuPanelPositioningFunctions : Record<string, PositioningFunction>

    Contains every positioning function used by DropdownMenuNestedMenuView that decides where the panelView should be placed.

    Positioning functions:

    ┌──────┬───────────────┐
    │      │               │
    └──────┤               │
           │               │
           │            ES │
           └───────────────┘
    
    ┌───────────────┬──────┐
    │               │      │
    │               ├──────┘
    │               │
    │ WS            │
    └───────────────┘
    
           ┌───────────────┐
           │            EN │
           │               │
    ┌──────┤               │
    │      │               │
    └──────┴───────────────┘
    
    ┌───────────────┐
    │ WN            │
    │               │
    │               ├──────┐
    │               │      │
    └───────────────┴──────┘
    

Type Definitions