marker.js 3 Documentation
    Preparing search index...

    Class Grip

    Represents a single resize-manipulation grip used in marker's manipulation controls.

    Hierarchy (View Summary)

    Index

    Accessors

    Constructors

    Methods

    • Returns true if passed SVG element belongs to the grip. False otherwise.

      Parameters

      • el: EventTarget

        target element.

      Returns boolean

    Properties

    _visual?: SVGGraphicsElement

    Grip's visual element.

    fillColor: string = 'rgba(255,255,255,0.9)'

    Grip's fill color.

    gripSize: number = 5

    Grip's size (radius).

    strokeColor: string = '#0ea5e9'

    Grip's stroke color.