-
Notifications
You must be signed in to change notification settings - Fork 7
Interface: IDialogCoreConfig
Optional user configuration.
Example:
// Dialog core config object example.
const dialogCoreConfig = {
DialogCoreConfig: {
Width : '500px',
// MinWidth : '300px', // v1.1.0
// MaxWidth : '700px', // v1.1.0
Height : '500px',
// MinHeight : '100vh', // v1.1.0
// MaxHeight : '100px', // v1.1.0
HideScrollbar : true, // v1.1.0
EscapeKeyClose : true, // v1.1.0
// FullScreen : true, // v1.1.0
ButtonPosition : 'right',
LayoutType: DialogLayoutDisplay.INFO,
// LoaderComponent: // Any Angular component class name can be included as a loader.
DisplayLoader: false // This will override LoaderComponent.
}
}
-
ISizes
↳ IDialogCoreConfig
• Optional
ButtonPosition: VerticalPosition
• Optional
DisplayLoader: boolean
• Optional
EscapeKeyClose: boolean
• Optional
FullScreen: boolean
Inherited from: GlobalInterface.ISizes.FullScreen
• Optional
Height: string
Inherited from: GlobalInterface.ISizes.Height
• Optional
HideScrollbar: boolean
• Optional
LayoutType: DialogLayoutDisplay
• Optional
LoaderComponent: Type<any>
• Optional
MaxHeight: string
Inherited from: GlobalInterface.ISizes.MaxHeight
• Optional
MaxWidth: string
Inherited from: GlobalInterface.ISizes.MaxWidth
• Optional
MinHeight: string
Inherited from: GlobalInterface.ISizes.MinHeight
• Optional
MinWidth: string
Inherited from: GlobalInterface.ISizes.MinWidth
• Optional
Width: string
Inherited from: GlobalInterface.ISizes.Width
- AppearanceAnimation
- ButtonLayoutDisplay
- DialogLayoutDisplay
- DisappearanceAnimation
- ToastPositionEnum
- ToastProgressBarEnum
- ToastUserViewTypeEnum