mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
person presenter to open corresponding editor
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
@@ -41,6 +41,13 @@ export interface KanbanCard extends Class<Doc> {
|
||||
card: AnyComponent
|
||||
}
|
||||
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
export interface ObjectEditor extends Class<Doc> {
|
||||
editor: AnyComponent
|
||||
}
|
||||
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
@@ -68,7 +75,8 @@ export default plugin(viewId, {
|
||||
mixin: {
|
||||
AttributeEditor: '' as Ref<Mixin<AttributeEditor>>,
|
||||
AttributePresenter: '' as Ref<Mixin<AttributePresenter>>,
|
||||
KanbanCard: '' as Ref<Mixin<KanbanCard>>
|
||||
KanbanCard: '' as Ref<Mixin<KanbanCard>>,
|
||||
ObjectEditor: '' as Ref<Mixin<ObjectEditor>>
|
||||
},
|
||||
class: {
|
||||
ViewletDescriptor: '' as Ref<Class<ViewletDescriptor>>,
|
||||
|
||||
Reference in New Issue
Block a user