Documentation / @ripl/vue / ELEMENT_STATE_KEYS
Variable: ELEMENT_STATE_KEYS ​
constELEMENT_STATE_KEYS:object
Defined in: adapters/vue/src/core/props.ts:96
The state properties specific to each built-in element, keyed by element type.
Type Declaration ​
arc ​
readonlyarc: readonly ["borderRadius","cx","cy","endAngle","innerRadius","padAngle","padWidth","radius","startAngle"]
The state properties specific to an arc.
circle ​
readonlycircle: readonly ["cx","cy","radius"]
The state properties specific to a circle.
ellipse ​
readonlyellipse: readonly ["cx","cy","endAngle","radiusX","radiusY","startAngle"]
The state properties specific to an ellipse.
image ​
readonlyimage: readonly ["height","image","width","x","y"]
The state properties specific to an image.
line ​
readonlyline: readonly ["x1","x2","y1","y2"]
The state properties specific to a line.
path ​
readonlypath: readonly ["height","width","x","y"]
The state properties specific to a path.
polygon ​
readonlypolygon: readonly ["cx","cy","radius","sides"]
The state properties specific to a polygon.
polyline ​
readonlypolyline: readonly ["points","renderer","segments"]
The state properties specific to a polyline.
rect ​
readonlyrect: readonly ["borderRadius","height","width","x","y"]
The state properties specific to a rect.
text ​
readonlytext: readonly ["content","pathData","startOffset","x","y"]
The state properties specific to a text run.