Editable presenters (#2594)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-02-07 11:52:34 +07:00
committed by GitHub
parent 61fbb4b78b
commit 0bee06e8a7
16 changed files with 167 additions and 36 deletions
+1
View File
@@ -416,6 +416,7 @@ export interface AttributeModel {
attribute?: AnyAttribute
collectionAttr: boolean
isLookup: boolean
castRequest?: Ref<Mixin<Doc>>
}