🎨 add isPreview

This commit is contained in:
Vanessa 2023-06-18 22:40:44 +08:00
parent 9b6fe676ab
commit 1a7110de1a
5 changed files with 40 additions and 9 deletions

View file

@ -308,6 +308,7 @@ interface ILayoutJSON extends ILayoutOptions {
rootId?: string
active?: boolean
pin?: boolean
isPreview?: boolean
customModelData?: any
customModelType?: string
config?: ISearchOption