Interface PageEntity

Page is just a block with some specific properties.

Hierarchy

  • PageEntity

Indexable

[key: string]: any

Properties

children?: PageEntity[]
file?: IEntityID
format?: "markdown" | "org"
id: number
journal?: boolean
journalDay?: number
name: string
namespace?: IEntityID
originalName: string
properties?: Record<string, any>
updatedAt?: number
uuid: string

Generated using TypeDoc