@logseq/libs
Preparing search index...
BlockEntity
Interface BlockEntity
Block - Logseq's fundamental data structure.
interface
BlockEntity
{
anchor
?:
string
;
body
?:
any
;
children
?:
(
BlockEntity
|
BlockUUIDTuple
)
[]
;
"collapsed?"
:
boolean
;
container
?:
string
;
content
?:
string
;
createdAt
:
number
;
file
?:
IEntityID
;
format
:
"markdown"
|
"org"
;
fullTitle
:
string
;
id
:
number
;
ident
?:
string
;
level
?:
number
;
marker
?:
string
;
meta
?:
{
endPos
:
number
;
properties
:
any
;
startPos
:
number
;
timestamps
:
any
;
}
;
order
:
string
;
page
:
IEntityID
;
parent
:
IEntityID
;
properties
?:
Record
<
string
,
any
>
;
title
:
string
;
updatedAt
:
number
;
uuid
:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
anchor?
body?
children?
collapsed?
container?
content?
created
At
file?
format
full
Title
id
ident?
level?
marker?
meta?
order
page
parent
properties?
title
updated
At
uuid
Properties
Optional
anchor
anchor
?:
string
Optional
body
body
?:
any
Optional
children
children
?:
(
BlockEntity
|
BlockUUIDTuple
)
[]
collapsed?
"collapsed?"
:
boolean
Optional
container
container
?:
string
Optional
content
content
?:
string
created
At
createdAt
:
number
Optional
file
file
?:
IEntityID
format
format
:
"markdown"
|
"org"
full
Title
fullTitle
:
string
id
id
:
number
Optional
ident
ident
?:
string
Optional
level
level
?:
number
Optional
marker
marker
?:
string
Optional
meta
meta
?:
{
endPos
:
number
;
properties
:
any
;
startPos
:
number
;
timestamps
:
any
}
order
order
:
string
page
page
:
IEntityID
parent
parent
:
IEntityID
Optional
properties
properties
?:
Record
<
string
,
any
>
title
title
:
string
updated
At
updatedAt
:
number
uuid
uuid
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
anchor
body
children
collapsed?
container
content
created
At
file
format
full
Title
id
ident
level
marker
meta
order
page
parent
properties
title
updated
At
uuid
@logseq/libs
Loading...
Block - Logseq's fundamental data structure.