mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
enhance(apis): support custom uuid to create page
This commit is contained in:
@@ -762,6 +762,7 @@ export interface IEditorProxy extends Record<string, any> {
|
||||
opts?: Partial<{
|
||||
redirect: boolean
|
||||
createFirstBlock: boolean
|
||||
customUUID: string
|
||||
format: BlockEntity['format']
|
||||
journal: boolean
|
||||
}>
|
||||
|
||||
Reference in New Issue
Block a user