TLBookmarkAsset

See source code

An asset used for URL bookmarks, used by the TLBookmarkShape.

type TLBookmarkAsset = TLBaseAsset<
  "bookmark",
  {
    description: string;
    favicon: string;
    image: string;
    src: null | string;
    title: string;
  }
>;
Prev
TLBindingUpdate
Next
TLBookmarkShape