DialogProps interface
对话框组件:带标题栏、可拖拽缩放的组合弹窗
Signature
typescript
interface DialogProps1
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
any | (Optional) Dialog content child nodes | ||
number | (Optional) Height ( pixels) | ||
boolean | (Optional) Whether Hide dialog | ||
number | (Optional) Position from the left (pixels) | ||
number | (Optional) Maximum vertical drag distance ( pixels) | ||
boolean | (Optional) Whether to display in modal mode | ||
() => void | (Optional) 关闭对话框时触发 | ||
boolean | (Optional) Whether to show the mask layer | ||
boolean | (Optional) Whether horizontal resizing is allowed | ||
boolean | (Optional) Whether vertical resizing is allowed | ||
string | Title text ( required) | ||
number | (Optional) Position from the top (pixels) | ||
number | (Optional) Width ( pixels) |