TLGeoShapeProps
Table of contents
Properties for the geo shape, which renders various geometric forms with styling and text.
interface TLGeoShapeProps {}Properties
align
Horizontal alignment for text content
align: TLDefaultHorizontalAlignStyle;color
Color style for the shape outline
color: TLDefaultColorStyle;dash
Dash pattern style for the shape outline
dash: TLDefaultDashStyle;fill
Fill style for the shape interior
fill: TLDefaultFillStyle;font
Font style for text content
font: TLDefaultFontStyle;geo
Geometric shape type (rectangle, ellipse, triangle, etc.)
geo: TLGeoShapeGeoStyle;growY
Additional vertical growth for text content
growY: number;h
Height of the shape in pixels
h: number;labelColor
Color style for text label
labelColor: TLDefaultColorStyle;richText
Rich text content displayed within the shape
richText: TLRichText;scale
Scale factor applied to the shape
scale: number;size
Size/thickness style for outline and text
size: TLDefaultSizeStyle;url
URL link associated with the shape
url: string;verticalAlign
Vertical alignment for text content
verticalAlign: TLDefaultVerticalAlignStyle;w
Width of the shape in pixels
w: number;Prev
TLFrameShapePropsNext
TLGlobalBindingPropsMap