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

@univerjs/ui v0.1.17Docs


Type Alias: IConfirmPartMethodOptions

type IConfirmPartMethodOptions: {
  children: ICustomLabelProps;
  id: string;
  title: ICustomLabelProps;
} & Omit<IConfirmProps, "children" | "title">;

Type declaration

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

Defined in

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


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