interface MarkerProps {
    options?: TAddMarkerOptions;
    target: IAnchorable;
}

Properties

Properties

target: IAnchorable