Mermaid Translator Library - v1.1.0
    Preparing search index...

    Type Alias ButtonPosition

    Screen coordinates used to position UI elements near selections.

    Coordinates are clamped to stay within the visible viewport.

    type ButtonPosition = {
        left: number;
        top: number;
    }
    Index

    Properties

    Properties

    left: number
    top: number