[]
        
(Showing Draft Content)

PaintObjectType

Type Alias: PaintObjectType

type PaintObjectType = 
  | "image"
  | "rectangle"
  | "text"
  | "circle"
  | "triangle"
  | "line"
  | "arrow"
  | "polygon"
  | "ellipse"
  | "brackets";

Paint object type name.