TLFrameShapeProps
Table of contents
Properties for the frame shape, which provides a container for organizing other shapes.
interface TLFrameShapeProps {}Properties
color
Color style for the frame border and label
color: TLDefaultColorStyle;h
Height of the frame in pixels
h: number;name
Display name for the frame (shown in UI)
name: string;w
Width of the frame in pixels
w: number;Prev
TLEmbedShapePropsNext
TLGeoShapeProps