Name | Type | Description |
---|---|---|
autoFocusedTarget | AutoFocusedTargetType | Set auto focus when opening dialog |
bottom | String | Position value from bottom reference |
escKeySupport | Boolean | A function that closes when the esc key is pressed |
headerClose | Boolean | Show a close button in the header. |
headerMax | Boolean | Shows a maximize button in the header. |
headerMin | Boolean | Show a collapse button in the header. |
headerMovable | Boolean | Sets the movement behavior when the header is dragged. |
headerVisible | Boolean | Display the header. |
height | String | Height |
left | String | Position value from left reference |
modal | Boolean | If true, the window cannot work. |
resizable | Boolean | Set whether or not to resize. |
restoreFocus | Boolean | Sets whether to restore the previous focus when the dialog is closed. |
right | String | Position value from right reference |
style | {[name:string]: String} | Set the style. |
top | String | Position value from top reference |
width | String | width |
type | AutoFocusedTargetType |
---|---|
Set auto focus when opening dialog
|
declaring type | DialogProperties |
---|---|
type | String |
Position value from bottom reference
|
type | Boolean |
---|---|
A function that closes when the esc key is pressed
|
type | Boolean |
---|---|
Show a close button in the header.
|
type | Boolean |
---|---|
Shows a maximize button in the header.
|
type | Boolean |
---|---|
Show a collapse button in the header.
|
type | Boolean |
---|---|
Sets the movement behavior when the header is dragged.
|
type | Boolean |
---|---|
Display the header.
|
declaring type | DialogProperties |
---|---|
type | String |
Height
|
declaring type | DialogProperties |
---|---|
type | String |
Position value from left reference
|
declaring type | DialogProperties |
---|---|
type | Boolean |
If true, the window cannot work. If false, the window can work.
|
type | Boolean |
---|---|
Set whether or not to resize.
|
type | Boolean |
---|---|
Sets whether to restore the previous focus when the dialog is closed.
|
declaring type | DialogProperties |
---|---|
type | String |
Position value from right reference
|
type | {[name:string]: String} |
---|---|
Set the style.
|
declaring type | DialogProperties |
---|---|
type | String |
Position value from top reference
|
declaring type | DialogProperties |
---|---|
type | String |
width
|