@hmiproject/helio-sdk
Preparing search index...
DialogProps
Type Alias DialogProps
type
DialogProps
=
{
children
:
ReactNode
;
icon
?:
IconRef
;
leftButtons
?:
ReactNode
;
rightButtons
?:
ReactNode
;
title
?:
ReactNode
;
width
?:
number
;
onClose
?
()
:
void
;
}
Index
Properties
children
icon?
left
Buttons?
right
Buttons?
title?
width?
Methods
on
Close?
Properties
children
children
:
ReactNode
Optional
icon
icon
?:
IconRef
Optional
left
Buttons
leftButtons
?:
ReactNode
Optional
right
Buttons
rightButtons
?:
ReactNode
Optional
title
title
?:
ReactNode
Optional
width
width
?:
number
Methods
Optional
on
Close
onClose
?
()
:
void
Called when the user clicks the closing X in the top right corner of the dialog.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
icon
left
Buttons
right
Buttons
title
width
Methods
on
Close
@hmiproject/helio-sdk
Loading...
Called when the user clicks the closing X in the top right corner of the dialog.