@logseq/libs
Preparing search index...
PageEntity
Interface PageEntity
Page is just a block with some specific properties.
interface
PageEntity
{
children
?:
PageEntity
[]
;
createdAt
:
number
;
file
?:
IEntityID
;
format
:
"markdown"
|
"org"
;
id
:
number
;
ident
?:
string
;
"journal?"
:
boolean
;
journalDay
?:
number
;
name
:
string
;
namespace
?:
IEntityID
;
originalName
?:
string
;
properties
?:
Record
<
string
,
any
>
;
title
?:
string
;
type
:
"property"
|
"page"
|
"journal"
|
"whiteboard"
|
"class"
|
"hidden"
;
updatedAt
:
number
;
uuid
:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
children?
created
At
file?
format
id
ident?
journal?
journal
Day?
name
namespace?
original
Name?
properties?
title?
type
updated
At
uuid
Properties
Optional
children
children
?:
PageEntity
[]
created
At
createdAt
:
number
Optional
file
file
?:
IEntityID
format
format
:
"markdown"
|
"org"
id
id
:
number
Optional
ident
ident
?:
string
journal?
"journal?"
:
boolean
Optional
journal
Day
journalDay
?:
number
name
name
:
string
Optional
namespace
namespace
?:
IEntityID
Optional
original
Name
originalName
?:
string
Optional
properties
properties
?:
Record
<
string
,
any
>
Optional
title
title
?:
string
type
type
:
"property"
|
"page"
|
"journal"
|
"whiteboard"
|
"class"
|
"hidden"
updated
At
updatedAt
:
number
uuid
uuid
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
created
At
file
format
id
ident
journal?
journal
Day
name
namespace
original
Name
properties
title
type
updated
At
uuid
@logseq/libs
Loading...
Page is just a block with some specific properties.