mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 13:17:45 +02:00
Fix meeting minutes (#7181)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -91,6 +91,7 @@ const view = plugin(viewId, {
|
||||
ObjectPresenter: '' as Ref<Mixin<ObjectPresenter>>,
|
||||
ObjectEditorHeader: '' as Ref<Mixin<ObjectEditorHeader>>,
|
||||
ObjectEditorFooter: '' as Ref<Mixin<ObjectEditorFooter>>,
|
||||
ObjectPanelFooter: '' as Ref<Mixin<ObjectEditorFooter>>,
|
||||
ObjectValidator: '' as Ref<Mixin<ObjectValidator>>,
|
||||
ObjectFactory: '' as Ref<Mixin<ObjectFactory>>,
|
||||
ObjectTitle: '' as Ref<Mixin<ObjectTitle>>,
|
||||
|
||||
@@ -236,6 +236,11 @@ export interface ObjectEditorFooter extends Class<Doc> {
|
||||
props?: Record<string, any>
|
||||
}
|
||||
|
||||
export interface ObjectPanelFooter extends Class<Doc> {
|
||||
editor: AnyComponent
|
||||
props?: Record<string, any>
|
||||
}
|
||||
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user