Interface PathProps

interface PathProps {
    coordinate: Coordinate[];
    onDrawComplete?: () => void;
    onLoad?: (path: default.Path) => void;
    options?: TAddPathOptions;
}

Properties

coordinate: Coordinate[]
onDrawComplete?: () => void
onLoad?: (path: default.Path) => void
options?: TAddPathOptions
MMNEPVFCICPMFPCPTTAAATR