TLBookmarkShapeProps
Table of contents
Properties for the bookmark shape, which displays website bookmarks as interactive cards.
interface TLBookmarkShapeProps {}Properties
assetId
Asset ID for the bookmark's preview image, or null if no image is available
assetId: null | TLAssetId;h
Height of the bookmark shape in pixels
h: number;url
The URL that this bookmark points to
url: string;w
Width of the bookmark shape in pixels
w: number;Prev
TLBaseShapeNext
TLCamera