Properties
Protected
Optional
_onCancel
_onCancel?: (() => void)
Protected
Optional
_onConfirm
_onConfirm?: ((...args: any[]) => void)
Type declaration
-
- (...args: any[]): void
-
Returns void
dialogTitle
dialogTitle: string = 'Confirm'
isVisible
isVisible: boolean
Optional
message
message?: string
Protected
modalBackground
modalBackground: HTMLDivElement
type
type: "error" | "neutral" | "warning" = 'neutral'
Static
properties
properties: PropertyDeclarations = ...
Static
styles
styles: CSSResultGroup = ...