We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57889d5 commit 9a68f0fCopy full SHA for 9a68f0f
packages/types/src/shell/type/widget-base-config.ts
@@ -25,7 +25,7 @@ export interface IPublicTypePanelDockConfig extends IPublicTypeWidgetBaseConfig
25
props?: IPublicTypePanelDockProps;
26
27
/** 面板 name, 当没有 props.title 时, 会使用 name 作为标题 */
28
- name?: string;
+ name: string;
29
}
30
31
export interface IPublicTypePanelDockProps {
0 commit comments