Interface BlockEntity

Block - Logseq's fundamental data structure.

Hierarchy

  • BlockEntity

Indexable

[key: string]: any

Properties

anchor?: string
body?: any
children?: (BlockEntity | BlockUUIDTuple)[]
container?: string
content: string
file?: IEntityID
format: "markdown" | "org"
id: number
left: IEntityID
level?: number
meta?: {
    endPos: number;
    properties: any;
    startPos: number;
    timestamps: any;
}

Type declaration

  • endPos: number
  • properties: any
  • startPos: number
  • timestamps: any
page: IEntityID
parent: IEntityID
properties?: Record<string, any>
title?: any[]
unordered: boolean
uuid: string

Generated using TypeDoc