Static ReadonlyBOND_BEGIN
BOND_BEGIN: string = "bondBegin"
Static ReadonlyBOND_END
BOND_END: string = "bondEnd"
Static ReadonlyCIRCLE
CIRCLE: string = 'circle'
Static ReadonlyCLASS
CLASS: string = 'class'
Static ReadonlyCLICK
CLICK: string = "click"
Static ReadonlyCOLOR
COLOR: string = 'color'
Static ReadonlyCONTEXT_MENU
CONTEXT_MENU: string = 'contextmenu'
Static ReadonlyCX
CX: string = 'cx'
Static ReadonlyCY
CY: string = 'cy'
Static ReadonlyD
D: string = 'd'
Static ReadonlyDBL_CLICK
DBL_CLICK: string = 'dblclick'
Static ReadonlyDBLCLIK_ZOOM
DBLCLIK_ZOOM: string = 'dblclick.zoom'
Static ReadonlyEMPTY
EMPTY: string = "empty"
Static ReadonlyFILL
FILL: string = 'fill'
Static ReadonlyFILL_OPACITY
FILL_OPACITY: string = 'fill-opacity'
Static ReadonlyFONT_FAMILY
FONT_FAMILY: string = 'font-family'
Static ReadonlyFONT_SIZE
FONT_SIZE: string = 'font-size'
Static ReadonlyG
G: string = 'g'
Static ReadonlyHEIGHT
HEIGHT: string = 'height'
Static ReadonlyID
ID: string = 'id'
Static ReadonlyLINE
LINE: string = 'line'
Static ReadonlyMOUSE_DOWN
MOUSE_DOWN: string = 'mousedown'
Static ReadonlyMOUSE_ENTER
MOUSE_ENTER: string = "mouseenter"
Static ReadonlyMOUSE_LEAVE
MOUSE_LEAVE: string = "mouseleave"
Static ReadonlyMOUSE_MOVE
MOUSE_MOVE: string = "mousemove"
Static ReadonlyMOUSE_OUT
MOUSE_OUT: string = "mouseout"
Static ReadonlyMOUSE_OVER
MOUSE_OVER: string = "mouseover"
Static ReadonlyMOUSE_UP
MOUSE_UP: string = 'mouseup'
Static ReadonlyMOUSE_WHEEL
MOUSE_WHEEL: string = 'mousewheel'
Static ReadonlyPATH
PATH: string = "path"
Static ReadonlyPOINTER_EVENTS
POINTER_EVENTS: string = 'pointer-events'
Static ReadonlyR
R: string = 'r'
Static ReadonlyRECT
RECT: string = 'rect'
Static ReadonlySTROKE
STROKE: string = 'stroke'
Static ReadonlySTROKE_DASH
STROKE_DASH: string = 'stroke-dasharray'
Static ReadonlySTROKE_OPACITY
STROKE_OPACITY: string = 'stroke-opacity'
Static ReadonlySTROKE_WIDTH
STROKE_WIDTH: string = 'stroke-width'
Static ReadonlySVG
SVG: string = 'svg'
Static ReadonlyTEXT
TEXT: string = 'text'
Static ReadonlyTEXT_ANCHOR
TEXT_ANCHOR: string = 'text-anchor'
Static ReadonlyTEXT_LENGTH
TEXT_LENGTH: string = "textLength"
Static ReadonlyTOUCHMOVE
TOUCHMOVE: string = "touchmove"
Static ReadonlyTRANSFORM
TRANSFORM: string = 'transform'
Static ReadonlyTRANSLATE
TRANSLATE: string = 'translate'
Static ReadonlyVECTOR_EFFECT
VECTOR_EFFECT: string = 'vector-effect'
Static ReadonlyWIDTH
WIDTH: string = 'width'
Static ReadonlyX
X: string = 'x'
Static ReadonlyX1
X1: string = 'x1'
Static ReadonlyX2
X2: string = 'x2'
Static ReadonlyY
Y: string = 'y'
Static ReadonlyY1
Y1: string = 'y1'
Static ReadonlyY2
Y2: string = 'y2'
Static ReadonlyZOOM
ZOOM: string = 'zoom'