mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +00:00
fix: attr name in IPublicTypePanelDockConfig should not be optional
This commit is contained in:
parent
57889d5ad0
commit
9a68f0f27c
@ -25,7 +25,7 @@ export interface IPublicTypePanelDockConfig extends IPublicTypeWidgetBaseConfig
|
|||||||
props?: IPublicTypePanelDockProps;
|
props?: IPublicTypePanelDockProps;
|
||||||
|
|
||||||
/** 面板 name, 当没有 props.title 时, 会使用 name 作为标题 */
|
/** 面板 name, 当没有 props.title 时, 会使用 name 作为标题 */
|
||||||
name?: string;
|
name: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IPublicTypePanelDockProps {
|
export interface IPublicTypePanelDockProps {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user