TLBookmarkAsset
See source codeAn 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
TLBindingUpdateNext
TLBookmarkShape