Table of contents
interface TextLabelProps {}
align: TLDefaultHorizontalAlignStyle
bounds?: Box
classNamePrefix?: string
fill?: TLDefaultFillStyle
font: TLDefaultFontStyle
fontSize: number
id: TLShapeId
isNote?: boolean
isSelected: boolean
labelColor: string
lineHeight: number
onKeyDown?: (e: React.KeyboardEvent<HTMLTextAreaElement>) => void
padding?: number
style?: React.CSSProperties
text: string
textHeight?: number
textWidth?: number
type: string
verticalAlign: TLDefaultVerticalAlignStyle
wrap?: boolean