BlockSuite API Documentation / @blocksuite/blocks / DataViewBlockModel
Class: DataViewBlockModel
Extends
BlockModel
<Props
>
Constructors
new DataViewBlockModel()
new DataViewBlockModel():
DataViewBlockModel
Returns
Overrides
BlockModel<Props>.constructor
Source
packages/blocks/src/data-view-block/data-view-model.ts:21
Properties
[modelLabel]
[modelLabel]:
Props
Inherited from
BlockModel.[modelLabel]
Source
packages/framework/store/dist/schema/base.d.ts:101
cells
cells:
Record
<string
,Record
<string
,unknown
>>
Inherited from
BlockModel.cells
Source
packages/blocks/src/data-view-block/data-view-model.ts:17
childrenUpdated
childrenUpdated:
Slot
<void
>
Inherited from
BlockModel.childrenUpdated
Source
packages/framework/store/dist/schema/base.d.ts:120
columns
columns:
Column
<Record
<string
,unknown
>>[]
Inherited from
BlockModel.columns
Source
packages/blocks/src/data-view-block/data-view-model.ts:16
created
created:
Slot
<void
>
Inherited from
BlockModel.created
Source
packages/framework/store/dist/schema/base.d.ts:115
deleted
deleted:
Slot
<void
>
Inherited from
BlockModel.deleted
Source
packages/framework/store/dist/schema/base.d.ts:116
flavour
flavour:
string
Inherited from
BlockModel.flavour
Source
packages/framework/store/dist/schema/base.d.ts:103
id
id:
string
Inherited from
BlockModel.id
Source
packages/framework/store/dist/schema/base.d.ts:109
keys
keys:
string
[]
Inherited from
BlockModel.keys
Source
packages/framework/store/dist/schema/base.d.ts:111
page
page:
Doc
Deprecated
use doc instead
Inherited from
BlockModel.page
Source
packages/framework/store/dist/schema/base.d.ts:108
pop()
pop: (
prop
) =>void
Parameters
• prop: "title"
| "views"
| "cells"
| "columns"
Returns
void
Inherited from
BlockModel.pop
Source
packages/framework/store/dist/schema/base.d.ts:113
propsUpdated
propsUpdated:
Slot
<object
>
Type declaration
key
key:
string
Inherited from
BlockModel.propsUpdated
Source
packages/framework/store/dist/schema/base.d.ts:117
role
role:
"root"
|"hub"
|"content"
Inherited from
BlockModel.role
Source
packages/framework/store/dist/schema/base.d.ts:104
stash()
stash: (
prop
) =>void
Parameters
• prop: "title"
| "views"
| "cells"
| "columns"
Returns
void
Inherited from
BlockModel.stash
Source
packages/framework/store/dist/schema/base.d.ts:112
text?
optional
text:Text
Inherited from
BlockModel.text
Source
packages/framework/store/dist/schema/base.d.ts:114
title
title:
string
Inherited from
BlockModel.title
Source
packages/blocks/src/data-view-block/data-view-model.ts:14
version
version:
number
Inherited from
BlockModel.version
Source
packages/framework/store/dist/schema/base.d.ts:102
views
views: (
BasicViewDataType
<"table"
,DataType
> |BasicViewDataType
<"kanban"
,DataType
>)[]
Inherited from
BlockModel.views
Source
packages/blocks/src/data-view-block/data-view-model.ts:15
yBlock
yBlock:
YBlock
Inherited from
BlockModel.yBlock
Source
packages/framework/store/dist/schema/base.d.ts:110
Accessors
childMap
get
childMap():Map
<string
,number
>
Returns
Map
<string
, number
>
Source
packages/framework/store/dist/schema/base.d.ts:123
children
get
children():BlockModel
<object
>[]
Returns
BlockModel
<object
>[]
Source
packages/framework/store/dist/schema/base.d.ts:124
doc
get
doc():Doc
set
doc(doc
):void
Parameters
• doc: Doc
Returns
Source
packages/framework/store/dist/schema/base.d.ts:121
Methods
applyViewsUpdate()
applyViewsUpdate():
void
Returns
void
Source
packages/blocks/src/data-view-block/data-view-model.ts:47
deleteView()
deleteView(
id
):void
Parameters
• id: string
Returns
void
Source
packages/blocks/src/data-view-block/data-view-model.ts:25
dispose()
dispose():
void
Returns
void
Inherited from
BlockModel.dispose
Source
packages/framework/store/dist/schema/base.d.ts:128
duplicateView()
duplicateView(
id
):string
Parameters
• id: string
Returns
string
Source
packages/blocks/src/data-view-block/data-view-model.ts:52
firstChild()
firstChild():
null
|BlockModel
<object
>
Returns
null
| BlockModel
<object
>
Inherited from
BlockModel.firstChild
Source
packages/framework/store/dist/schema/base.d.ts:126
isEmpty()
isEmpty():
boolean
Returns
boolean
Inherited from
BlockModel.isEmpty
Source
packages/framework/store/dist/schema/base.d.ts:125
lastChild()
lastChild():
null
|BlockModel
<object
>
Returns
null
| BlockModel
<object
>
Inherited from
BlockModel.lastChild
Source
packages/framework/store/dist/schema/base.d.ts:127
moveViewTo()
moveViewTo(
id
,position
):void
Parameters
• id: string
• position: InsertToPosition
Returns
void
Source
packages/blocks/src/data-view-block/data-view-model.ts:67
updateView()
updateView(
id
,update
):void
Parameters
• id: string
• update
Returns
void
Source
packages/blocks/src/data-view-block/data-view-model.ts:32