Home > notion-types > BookmarkBlock
Signature:
export interface BookmarkBlock extends BaseBlock
Extends: BaseBlock
Property | Type | Description |
---|---|---|
format | { block_color?: string; bookmark_icon: string; bookmark_cover: string; } | |
properties | { link: Decoration[]; title: Decoration[]; description: Decoration[]; } | |
type | 'bookmark' |