The _id of the user who created the drawing
Optional
bezierAn amount of bezier smoothing applied, between 0 and 1
Optional
elevationThe elevation of the drawing
Optional
fillThe opacity of the fill applied to the drawing geometry
Optional
fillAn optional color string with which to fill the drawing geometry
Optional
fillThe fill type of the drawing shape, a value from CONST.DRAWING_FILL_TYPES
An object of optional key/value flags
Optional
fontThe font family used to display text within this drawing, defaults to CONFIG.defaultFontFamily
Optional
fontThe font size used to display text within this drawing
Optional
hiddenIs the drawing currently hidden?
Optional
lockedIs the drawing currently locked?
Optional
rotationThe angle of rotation for the drawing figure
The geometric shape of the drawing
Optional
sortThe z-index of this drawing relative to other siblings
Optional
strokeThe opacity of the boundary lines of the drawing geometry
Optional
strokeThe color of the boundary lines of the drawing geometry
Optional
strokeThe width in pixels of the boundary lines of the drawing geometry
Optional
textOptional text which is displayed overtop of the drawing
Optional
textThe opacity of text displayed within this drawing
Optional
textThe color of text displayed within this drawing
Optional
textureThe path to a tiling image texture used to fill the drawing geometry
The x-coordinate position of the top-left corner of the drawn shape
The y-coordinate position of the top-left corner of the drawn shape
The _id which uniquely identifies this BaseDrawing embedded document