TLDrawShapeProps

Public TypeAlias

Signature
type TLDrawShapeProps = {
  color: TLColorType
  fill: TLFillType
  dash: TLDashType
  size: TLSizeType
  opacity: TLOpacityType
  segments: TLDrawShapeSegment[]
  isComplete: boolean
  isClosed: boolean
  isPen: boolean
}
References

TLColorType, TLFillType, TLDashType, TLSizeType, TLOpacityType, TLDrawShapeSegment

Edit this page
Last edited on 11 May 2023
TLDrawShapeTLDrawShapeSegment