[]
        
(Showing Draft Content)

PaintObjectPropertyName

Type Alias: PaintObjectPropertyName

type PaintObjectPropertyName = 
  | "bounds"
  | "position"
  | "opacity"
  | "rotation"
  | "bounds"
  | "position"
  | "opacity"
  | "rotation"
  | "lineWidth"
  | "lineColor"
  | "fillColor"
  | "text"
  | "fontSize"
  | "fontName"
  | "fontColor"
  | "fontItalic"
  | "fontBold"
  | "borderRadius"
  | "startPosition"
  | "endPosition"
  | "startCapStyle"
  | "endCapStyle"
  | "capSize"
  | "capColor"
  | "bracketsShape"
  | "arrowDirection"
  | "showLeftBracket"
  | "showRightBracket"
  | "bracketWidth"
  | "curveIntensity"
  | "arrowIntensity";

Complete set of paint object properties with strict typing