arrowMarkerAbsolute property

bool arrowMarkerAbsolute

arrowMarkerAbsolute - This options controls whether or arrow markers in html code will be absolute paths or an anchor, #. This matters if you are using base tag settings. default: false

Implementation

external bool get arrowMarkerAbsolute;
void arrowMarkerAbsolute=(bool v)

Implementation

external set arrowMarkerAbsolute(bool v);