Type Alias ContextMenuLocation

ContextMenuLocation:
    | "before"
    | "after"
    | "above"
    | "below"
    | "settings"
    | "empty"