Interface MarkerProps

interface MarkerProps {
    children?:
        | ReactNode
        | ReactElement<any, (string | JSXElementConstructor<any>)>;
    onLoad?: (marker: default.Marker) => void;
    options?: TAddMarkerOptions;
    target: IAnchorable;
}

Properties

children?: ReactNode | ReactElement<any, (string | JSXElementConstructor<any>)>
onLoad?: (marker: default.Marker) => void
target: IAnchorable
MMNEPVFCICPMFPCPTTAAATR