Skip to content

BlockSuite API Documentation / @blocksuite/blocks / BookmarkBlockModel

Class: BookmarkBlockModel

Extends

  • BookmarkBlockModel_base

Implements

  • GfxElementGeometry

Constructors

new BookmarkBlockModel()

new BookmarkBlockModel(): BookmarkBlockModel

Returns

BookmarkBlockModel

Inherited from

BookmarkBlockModel_base.constructor

Defined in

packages/affine/model/dist/blocks/bookmark/bookmark-model.d.ts:29

Properties

[modelLabel]

[modelLabel]: BookmarkBlockProps

Inherited from

BookmarkBlockModel_base.[modelLabel]

Defined in

packages/framework/store/dist/schema/base.d.ts:116


caption

caption: null | string

Inherited from

BookmarkBlockModel_base.caption

Defined in

packages/affine/model/dist/blocks/bookmark/bookmark-model.d.ts:13


caption$

caption$: Signal<null | string>

Inherited from

BookmarkBlockModel_base.caption$


childMap

childMap: ReadonlySignal<Map<string, number>>

Inherited from

BookmarkBlockModel_base.childMap

Defined in

packages/framework/store/dist/schema/base.d.ts:109


connectable

connectable: boolean

Inherited from

BookmarkBlockModel_base.connectable

Defined in

packages/framework/block-std/dist/gfx/gfx-block-model.d.ts:8


created

created: Slot<void>

Inherited from

BookmarkBlockModel_base.created

Defined in

packages/framework/store/dist/schema/base.d.ts:110


deleted

deleted: Slot<void>

Inherited from

BookmarkBlockModel_base.deleted

Defined in

packages/framework/store/dist/schema/base.d.ts:111


description

description: null | string

Inherited from

BookmarkBlockModel_base.description

Defined in

packages/affine/model/dist/utils/types.d.ts:3


description$

description$: Signal<null | string>

Inherited from

BookmarkBlockModel_base.description$


flavour

flavour: string

Inherited from

BookmarkBlockModel_base.flavour

Defined in

packages/framework/store/dist/schema/base.d.ts:112


icon

icon: null | string

Inherited from

BookmarkBlockModel_base.icon

Defined in

packages/affine/model/dist/utils/types.d.ts:4


icon$

icon$: Signal<null | string>

Inherited from

BookmarkBlockModel_base.icon$


id

id: string

Inherited from

BookmarkBlockModel_base.id

Defined in

packages/framework/store/dist/schema/base.d.ts:113


image

image: null | string

Inherited from

BookmarkBlockModel_base.image

Defined in

packages/affine/model/dist/utils/types.d.ts:5


image$

image$: Signal<null | string>

Inherited from

BookmarkBlockModel_base.image$


index

index: string

Inherited from

BookmarkBlockModel_base.index

Defined in

packages/affine/model/dist/blocks/bookmark/bookmark-model.d.ts:5


index$

index$: Signal<string>

Inherited from

BookmarkBlockModel_base.index$


isEmpty

isEmpty: ReadonlySignal<boolean>

Inherited from

BookmarkBlockModel_base.isEmpty

Defined in

packages/framework/store/dist/schema/base.d.ts:114


keys

keys: string[]

Inherited from

BookmarkBlockModel_base.keys

Defined in

packages/framework/store/dist/schema/base.d.ts:115


page

page: Doc

Deprecated

use doc instead

Inherited from

BookmarkBlockModel_base.page

Defined in

packages/framework/store/dist/schema/base.d.ts:120


pop()

pop: (prop) => void

Parameters

prop: "xywh" | "index" | "title" | "caption" | "style" | "image" | "description" | "rotate" | "url" | "icon"

Returns

void

Inherited from

BookmarkBlockModel_base.pop

Defined in

packages/framework/store/dist/schema/base.d.ts:121


propsUpdated

propsUpdated: Slot<object>

Type declaration

key

key: string

Inherited from

BookmarkBlockModel_base.propsUpdated

Defined in

packages/framework/store/dist/schema/base.d.ts:122


role

role: "root" | "hub" | "content"

Inherited from

BookmarkBlockModel_base.role

Defined in

packages/framework/store/dist/schema/base.d.ts:125


rotate

rotate: number

Inherited from

BookmarkBlockModel_base.rotate

Defined in

packages/framework/block-std/dist/gfx/gfx-block-model.d.ts:9


rotate$

rotate$: Signal<number>

Inherited from

BookmarkBlockModel_base.rotate$


stash()

stash: (prop) => void

Parameters

prop: "xywh" | "index" | "title" | "caption" | "style" | "image" | "description" | "rotate" | "url" | "icon"

Returns

void

Inherited from

BookmarkBlockModel_base.stash

Defined in

packages/framework/store/dist/schema/base.d.ts:126


style

style: EmbedCardStyle

Inherited from

BookmarkBlockModel_base.style

Defined in

packages/affine/model/dist/blocks/bookmark/bookmark-model.d.ts:11


style$

style$: Signal<EmbedCardStyle>

Inherited from

BookmarkBlockModel_base.style$


text?

optional text: Text

Inherited from

BookmarkBlockModel_base.text

Defined in

packages/framework/store/dist/schema/base.d.ts:127


title

title: null | string

Inherited from

BookmarkBlockModel_base.title

Defined in

packages/affine/model/dist/utils/types.d.ts:6


title$

title$: Signal<null | string>

Inherited from

BookmarkBlockModel_base.title$


url

url: string

Inherited from

BookmarkBlockModel_base.url

Defined in

packages/affine/model/dist/blocks/bookmark/bookmark-model.d.ts:12


url$

url$: Signal<string>

Inherited from

BookmarkBlockModel_base.url$


version

version: number

Inherited from

BookmarkBlockModel_base.version

Defined in

packages/framework/store/dist/schema/base.d.ts:128


xywh

xywh: `[${number},${number},${number},${number}]`

Inherited from

BookmarkBlockModel_base.xywh

Defined in

packages/affine/model/dist/blocks/bookmark/bookmark-model.d.ts:6


xywh$

xywh$: Signal<`[${number},${number},${number},${number}]`>

Inherited from

BookmarkBlockModel_base.xywh$


yBlock

yBlock: YBlock

Inherited from

BookmarkBlockModel_base.yBlock

Defined in

packages/framework/store/dist/schema/base.d.ts:129

Accessors

children

get children(): BlockModel<object, SignaledProps<object>>[]

Returns

BlockModel<object, SignaledProps<object>>[]

Inherited from

BookmarkBlockModel_base.children

Defined in

packages/framework/store/dist/schema/base.d.ts:130


doc

get doc(): Doc

set doc(doc): void

Parameters

doc: Doc

Returns

Doc

Inherited from

BookmarkBlockModel_base.doc

Defined in

packages/framework/store/dist/schema/base.d.ts:131


elementBound

get elementBound(): Bound

Returns

Bound

Inherited from

BookmarkBlockModel_base.elementBound

Defined in

packages/framework/block-std/dist/gfx/gfx-block-model.d.ts:10


externalBound

get externalBound(): null | Bound

Returns

null | Bound

Inherited from

BookmarkBlockModel_base.externalBound

Defined in

packages/framework/block-std/dist/gfx/gfx-block-model.d.ts:11


externalXYWH

get externalXYWH(): undefined | `[${number},${number},${number},${number}]`

set externalXYWH(xywh): void

Parameters

xywh: undefined | `[${number},${number},${number},${number}]`

Returns

undefined | `[${number},${number},${number},${number}]`

Inherited from

BookmarkBlockModel_base.externalXYWH

Defined in

packages/framework/block-std/dist/gfx/gfx-block-model.d.ts:12


group

get group(): null | SurfaceGroupLikeModel<BaseElementProps>

Returns

null | SurfaceGroupLikeModel<BaseElementProps>

Inherited from

BookmarkBlockModel_base.group

Defined in

packages/framework/block-std/dist/gfx/gfx-block-model.d.ts:14


groups

get groups(): SurfaceGroupLikeModel<BaseElementProps>[]

Returns

SurfaceGroupLikeModel<BaseElementProps>[]

Inherited from

BookmarkBlockModel_base.groups

Defined in

packages/framework/block-std/dist/gfx/gfx-block-model.d.ts:15


parent

get parent(): null | BlockModel<object, SignaledProps<object>>

Returns

null | BlockModel<object, SignaledProps<object>>

Inherited from

BookmarkBlockModel_base.parent

Defined in

packages/framework/store/dist/schema/base.d.ts:133

Methods

[dispose]()

[dispose](): void

Returns

void

Inherited from

BookmarkBlockModel_base.[dispose]

Defined in

packages/framework/store/dist/schema/base.d.ts:138


containsBound()

containsBound(bounds): boolean

Parameters

bounds: Bound

Returns

boolean

Implementation of

GfxElementGeometry.containsBound

Inherited from

BookmarkBlockModel_base.containsBound

Defined in

packages/framework/block-std/dist/gfx/gfx-block-model.d.ts:16


dispose()

dispose(): void

Returns

void

Inherited from

BookmarkBlockModel_base.dispose

Defined in

packages/framework/store/dist/schema/base.d.ts:135


firstChild()

firstChild(): null | BlockModel<object, SignaledProps<object>>

Returns

null | BlockModel<object, SignaledProps<object>>

Inherited from

BookmarkBlockModel_base.firstChild

Defined in

packages/framework/store/dist/schema/base.d.ts:136


getLineIntersections()

getLineIntersections(start, end): null | PointLocation[]

Parameters

start: IVec

end: IVec

Returns

null | PointLocation[]

Implementation of

GfxElementGeometry.getLineIntersections

Inherited from

BookmarkBlockModel_base.getLineIntersections

Defined in

packages/framework/block-std/dist/gfx/gfx-block-model.d.ts:17


getNearestPoint()

getNearestPoint(point): IVec

Parameters

point: IVec

Returns

IVec

Implementation of

GfxElementGeometry.getNearestPoint

Inherited from

BookmarkBlockModel_base.getNearestPoint

Defined in

packages/framework/block-std/dist/gfx/gfx-block-model.d.ts:18


getRelativePointLocation()

getRelativePointLocation(relativePoint): PointLocation

Parameters

relativePoint: IVec

Returns

PointLocation

Implementation of

GfxElementGeometry.getRelativePointLocation

Inherited from

BookmarkBlockModel_base.getRelativePointLocation

Defined in

packages/framework/block-std/dist/gfx/gfx-block-model.d.ts:19


includesPoint()

includesPoint(x, y, _, __): boolean

Parameters

x: number

y: number

_: PointTestOptions

__: EditorHost

Returns

boolean

Implementation of

GfxElementGeometry.includesPoint

Inherited from

BookmarkBlockModel_base.includesPoint

Defined in

packages/framework/block-std/dist/gfx/gfx-block-model.d.ts:20


intersectsBound()

intersectsBound(bound): boolean

Parameters

bound: Bound

Returns

boolean

Implementation of

GfxElementGeometry.intersectsBound

Inherited from

BookmarkBlockModel_base.intersectsBound

Defined in

packages/framework/block-std/dist/gfx/gfx-block-model.d.ts:21


lastChild()

lastChild(): null | BlockModel<object, SignaledProps<object>>

Returns

null | BlockModel<object, SignaledProps<object>>

Inherited from

BookmarkBlockModel_base.lastChild

Defined in

packages/framework/store/dist/schema/base.d.ts:137