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:134

Properties

[modelLabel]

[modelLabel]: AttachmentBlockProps

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).[modelLabel]

Defined in

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


caption?

optional caption: string

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).caption

Defined in

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


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:109


connectable

connectable: boolean

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).connectable

Defined in

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


created

created: Slot<void>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).created

Defined in

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


deleted

deleted: Slot<void>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).deleted

Defined in

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


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:54


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:112


id

id: string

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).id

Defined in

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


index

index: string

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).index

Defined in

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


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:114


keys

keys: string[]

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).keys

Defined in

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


name

name: string

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).name

Defined in

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


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:120


pop()

pop: (prop) => void

Parameters

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

Returns

void

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).pop

Defined in

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


propsUpdated

propsUpdated: Slot<object>

Type declaration

key

key: string

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).propsUpdated

Defined in

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


role

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

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).role

Defined in

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


rotate

rotate: number

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).rotate

Defined in

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


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:40


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:50


sourceId$

sourceId$: Signal<undefined | string>

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).sourceId$


stash()

stash: (prop) => void

Parameters

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

Returns

void

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).stash

Defined in

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


style?

optional style: EmbedCardStyle

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).style

Defined in

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


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:127


type

type: string

MIME type

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).type

Defined in

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


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:128


xywh

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

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).xywh

Defined in

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


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:129

Accessors

children

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:130


doc

get doc(): Doc

set doc(doc): void

Parameters

doc: Doc

Returns

Doc

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).doc

Defined in

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


elementBound

get elementBound(): Bound

Returns

Bound

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).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

GfxCompatible<AttachmentBlockProps>(BlockModel).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

GfxCompatible<AttachmentBlockProps>(BlockModel).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

GfxCompatible<AttachmentBlockProps>(BlockModel).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

GfxCompatible<AttachmentBlockProps>(BlockModel).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

GfxCompatible<AttachmentBlockProps>(BlockModel).parent

Defined in

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

Methods

[dispose]()

[dispose](): void

Returns

void

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).[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

GfxCompatible<AttachmentBlockProps>(BlockModel).containsBound

Defined in

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


dispose()

dispose(): void

Returns

void

Inherited from

GfxCompatible<AttachmentBlockProps>(BlockModel).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

GfxCompatible<AttachmentBlockProps>(BlockModel).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

GfxCompatible<AttachmentBlockProps>(BlockModel).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

GfxCompatible<AttachmentBlockProps>(BlockModel).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

GfxCompatible<AttachmentBlockProps>(BlockModel).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

GfxCompatible<AttachmentBlockProps>(BlockModel).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

GfxCompatible<AttachmentBlockProps>(BlockModel).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

GfxCompatible<AttachmentBlockProps>(BlockModel).lastChild

Defined in

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