SynapEditor API 3.3.0
    Preparing search index...

    Interface SynapEditorSelectionRangeLike

    Range information of the Selection object returned by getSelection.

    interface SynapEditorSelectionRangeLike {
        anchor: unknown;
        focus: unknown;
    }
    Index

    Properties

    Properties

    anchor: unknown

    The start position (anchor) of the selection.

    focus: unknown

    The end position (focus) of the selection.