MobX Lark
Preparing search index...
TableCellBlockComponentProps
Interface TableCellBlockComponentProps
See
https://open.feishu.cn/document/docs/docs/data-structure/block#eca5d2c3
interface
TableCellBlockComponentProps
{
block_id
:
string
;
block_type
:
table_cell
;
children
?:
string
[]
;
comment_ids
?:
string
[]
;
is
?:
"td"
|
"th"
;
parent_id
?:
string
;
table_cell
:
{}
;
}
Hierarchy (
View Summary
)
Pick
<
TdHTMLAttributes
<
HTMLTableCellElement
>
,
"width"
|
"colSpan"
|
"rowSpan"
>
TableCellBlock
TableCellBlockComponentProps
Index
Properties
block_
id
block_
type
children?
comment_
ids?
is?
parent_
id?
table_
cell
Properties
block_
id
block_id
:
string
block_
type
block_type
:
table_cell
Optional
children
children
?:
string
[]
Optional
comment_
ids
comment_ids
?:
string
[]
Optional
is
is
?:
"td"
|
"th"
Optional
parent_
id
parent_id
?:
string
table_
cell
table_cell
:
{}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
block_
id
block_
type
children
comment_
ids
is
parent_
id
table_
cell
MobX Lark
Loading...
See
https://open.feishu.cn/document/docs/docs/data-structure/block#eca5d2c3