Skip to content

BlockSuite API Documentation / @blocksuite/affine-model / AttachmentBlockModel

Class: AttachmentBlockModel

Extends

Implements

  • GfxElementGeometry

Constructors

new AttachmentBlockModel()

new AttachmentBlockModel(): AttachmentBlockModel

Returns

AttachmentBlockModel

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).constructor

Defined in

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

Properties

[modelLabel]

[modelLabel]: AttachmentBlockProps

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).[modelLabel]

Defined in

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


caption?

optional caption: string

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).caption

Defined in

packages/affine/model/src/blocks/attachment/attachment-model.ts:44


caption$

caption$: Signal<undefined | string>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).caption$


childMap

childMap: ReadonlySignal<Map<string, number>>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).childMap

Defined in

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


connectable

connectable: boolean

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).connectable

Defined in

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


created

created: Slot<void>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).created

Defined in

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


deleted

deleted: Slot<void>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).deleted

Defined in

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


embed

embed: undefined | boolean

Whether to show the attachment as an embed view.

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).embed

Defined in

packages/affine/model/src/blocks/attachment/attachment-model.ts:53


embed$

embed$: Signal<undefined | boolean>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).embed$


flavour

flavour: string

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).flavour

Defined in

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


id

id: string

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).id

Defined in

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


index

index: string

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).index

Defined in

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


index$

index$: Signal<string>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).index$


isEmpty

isEmpty: ReadonlySignal<boolean>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).isEmpty

Defined in

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


keys

keys: string[]

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).keys

Defined in

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


lockedBySelf?

optional lockedBySelf: boolean

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).lockedBySelf

Defined in

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


lockedBySelf$

lockedBySelf$: Signal<undefined | boolean>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).lockedBySelf$


name

name: string

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).name

Defined in

packages/affine/model/src/blocks/attachment/attachment-model.ts:38


name$

name$: Signal<string>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).name$


page

page: Doc

Deprecated

use doc instead

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).page

Defined in

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


pop()

pop: (prop) => void

Parameters

prop

"xywh" | "index" | "lockedBySelf" | "name" | "rotate" | "size" | "type" | "caption" | "sourceId" | "embed" | "style"

Returns

void

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).pop

Defined in

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


propsUpdated

propsUpdated: Slot<{ key: string; }>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).propsUpdated

Defined in

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


role

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

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).role

Defined in

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


rotate

rotate: number

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).rotate

Defined in

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


rotate$

rotate$: Signal<number>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).rotate$


size

size: number

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).size

Defined in

packages/affine/model/src/blocks/attachment/attachment-model.ts:39


size$

size$: Signal<number>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).size$


sourceId?

optional sourceId: string

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).sourceId

Defined in

packages/affine/model/src/blocks/attachment/attachment-model.ts:49


sourceId$

sourceId$: Signal<undefined | string>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).sourceId$


stash()

stash: (prop) => void

Parameters

prop

"xywh" | "index" | "lockedBySelf" | "name" | "rotate" | "size" | "type" | "caption" | "sourceId" | "embed" | "style"

Returns

void

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).stash

Defined in

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


style?

optional style: EmbedCardStyle

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).style

Defined in

packages/affine/model/src/blocks/attachment/attachment-model.ts:55


style$

style$: Signal<undefined | EmbedCardStyle>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).style$


text?

optional text: Text

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).text

Defined in

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


type

type: string

MIME type

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).type

Defined in

packages/affine/model/src/blocks/attachment/attachment-model.ts:43


type$

type$: Signal<string>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).type$


version

version: number

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).version

Defined in

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


xywh

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

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).xywh

Defined in

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


xywh$

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

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).xywh$


yBlock

yBlock: YBlock

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).yBlock

Defined in

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

Accessors

children

Get Signature

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

Returns

BlockModel<object, SignaledProps<object>>[]

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).children

Defined in

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


deserializedXYWH

Get Signature

get deserializedXYWH(): XYWH

Returns

XYWH

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).deserializedXYWH

Defined in

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


doc

Get Signature

get doc(): Doc

Returns

Doc

Set Signature

set doc(doc): void

Parameters
doc

Doc

Returns

void

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).doc

Defined in

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


elementBound

Get Signature

get elementBound(): Bound

Returns

Bound

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).elementBound

Defined in

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


externalBound

Get Signature

get externalBound(): null | Bound

Returns

null | Bound

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).externalBound

Defined in

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


externalXYWH

Get Signature

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

Returns

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

Set Signature

set externalXYWH(xywh): void

Parameters
xywh

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

Returns

void

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).externalXYWH

Defined in

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


group

Get Signature

get group(): null | GfxGroupModel

Returns

null | GfxGroupModel

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).group

Defined in

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


groups

Get Signature

get groups(): GfxGroupModel[]

Returns

GfxGroupModel[]

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).groups

Defined in

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


h

Get Signature

get h(): number

Returns

number

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).h

Defined in

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


parent

Get Signature

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

Returns

null | BlockModel<object, SignaledProps<object>>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).parent

Defined in

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


surface

Get Signature

get surface(): null | SurfaceBlockModel

Returns

null | SurfaceBlockModel

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).surface

Defined in

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


w

Get Signature

get w(): number

Returns

number

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).w

Defined in

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


x

Get Signature

get x(): number

Returns

number

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).x

Defined in

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


y

Get Signature

get y(): number

Returns

number

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).y

Defined in

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

Methods

[dispose]()

[dispose](): void

Returns

void

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).[dispose]

Defined in

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


containsBound()

containsBound(bounds): boolean

Parameters

bounds

Bound

Returns

boolean

Implementation of

GfxElementGeometry.containsBound

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).containsBound

Defined in

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


dispose()

dispose(): void

Returns

void

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).dispose

Defined in

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


firstChild()

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

Returns

null | BlockModel<object, SignaledProps<object>>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).firstChild

Defined in

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


getLineIntersections()

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

Parameters

start

IVec

end

IVec

Returns

null | PointLocation[]

Implementation of

GfxElementGeometry.getLineIntersections

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).getLineIntersections

Defined in

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


getNearestPoint()

getNearestPoint(point): IVec

Parameters

point

IVec

Returns

IVec

Implementation of

GfxElementGeometry.getNearestPoint

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).getNearestPoint

Defined in

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


getRelativePointLocation()

getRelativePointLocation(relativePoint): PointLocation

Parameters

relativePoint

IVec

Returns

PointLocation

Implementation of

GfxElementGeometry.getRelativePointLocation

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).getRelativePointLocation

Defined in

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


includesPoint()

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

Parameters

x

number

y

number

_

PointTestOptions

__

EditorHost

Returns

boolean

Implementation of

GfxElementGeometry.includesPoint

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).includesPoint

Defined in

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


intersectsBound()

intersectsBound(bound): boolean

Parameters

bound

Bound

Returns

boolean

Implementation of

GfxElementGeometry.intersectsBound

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).intersectsBound

Defined in

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


isLocked()

isLocked(): boolean

Check if the element is locked. It will check the lock status of the element and its ancestors.

Returns

boolean

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).isLocked

Defined in

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


isLockedByAncestor()

isLockedByAncestor(): boolean

Returns

boolean

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).isLockedByAncestor

Defined in

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


isLockedBySelf()

isLockedBySelf(): boolean

Returns

boolean

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).isLockedBySelf

Defined in

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


lastChild()

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

Returns

null | BlockModel<object, SignaledProps<object>>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).lastChild

Defined in

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


lock()

lock(): void

Returns

void

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).lock

Defined in

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


unlock()

unlock(): void

Returns

void

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).unlock

Defined in

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