@umbraco-cms/backoffice
    Preparing search index...

    Type Alias ResizableNodeViewDirection

    ResizableNodeViewDirection:
        | "top"
        | "right"
        | "bottom"
        | "left"
        | "top-right"
        | "top-left"
        | "bottom-right"
        | "bottom-left"

    Directions where resize handles can be placed

    - `'top'` - Top edge handle
    - `'bottom-right'` - Bottom-right corner handle