API Reference
@univerjs
@univerjs/ui
type-aliases
Idialogpartmethodoptions

@univerjs/ui v0.1.17Docs


Type Alias: IDialogPartMethodOptions

type IDialogPartMethodOptions: {
  children: ICustomLabelProps;
  closeIcon: ICustomLabelProps;
  footer: ICustomLabelProps;
  id: string;
  title: ICustomLabelProps;
} & Omit<IDialogProps, "children" | "title" | "closeIcon" | "footer">;

Type declaration

NameTypeDefined in
childrenICustomLabelPropspackages/ui/src/views/components/dialog-part/interface.ts:23 (opens in a new tab)
closeIconICustomLabelPropspackages/ui/src/views/components/dialog-part/interface.ts:25 (opens in a new tab)
footerICustomLabelPropspackages/ui/src/views/components/dialog-part/interface.ts:26 (opens in a new tab)
idstringpackages/ui/src/views/components/dialog-part/interface.ts:22 (opens in a new tab)
titleICustomLabelPropspackages/ui/src/views/components/dialog-part/interface.ts:24 (opens in a new tab)

Defined in

packages/ui/src/views/components/dialog-part/interface.ts:21 (opens in a new tab)


Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.