mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix(plugin): api types
This commit is contained in:
@@ -190,7 +190,8 @@ export interface BlockEntity {
|
||||
format: 'markdown' | 'org'
|
||||
parent: IEntityID
|
||||
title: string
|
||||
content?: string // @deprecated. Use :title instead!
|
||||
fullTitle: string // replace block reference uuid with title text
|
||||
content?: string // @deprecated. use :title instead!
|
||||
page: IEntityID // owner page
|
||||
createdAt: number
|
||||
updatedAt: number
|
||||
|
||||
Reference in New Issue
Block a user