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

    Type Alias SelectionInfo

    Selection text plus a bounding rectangle when available.

    The rect may be null when the selection is not visually measurable.

    type SelectionInfo = {
        rect: DOMRect | null;
        text: string;
    }
    Index

    Properties

    Properties

    rect: DOMRect | null
    text: string