@univerjs/ui v0.5.0-beta.1 • Docs
Type Alias: IDialogPartMethodOptions
type IDialogPartMethodOptions: {
children: ICustomLabelProps;
closeIcon: ICustomLabelProps;
footer: ICustomLabelProps;
id: string;
title: ICustomLabelProps;
} & Omit<IDialogProps, "children" | "title" | "closeIcon" | "footer">;
Type declaration
Name | Type | Defined in |
---|---|---|
children ? | ICustomLabelProps | submodules/univer/packages/ui/src/views/components/dialog-part/interface.ts:23 |
closeIcon ? | ICustomLabelProps | submodules/univer/packages/ui/src/views/components/dialog-part/interface.ts:25 |
footer ? | ICustomLabelProps | submodules/univer/packages/ui/src/views/components/dialog-part/interface.ts:26 |
id | string | submodules/univer/packages/ui/src/views/components/dialog-part/interface.ts:22 |
title ? | ICustomLabelProps | submodules/univer/packages/ui/src/views/components/dialog-part/interface.ts:24 |
Defined in
submodules/univer/packages/ui/src/views/components/dialog-part/interface.ts:21