Interface OverlayLayoutConfig

Overlay layout configuration for modal window

interface OverlayLayoutConfig {
    animationDuration?: number;
    className?: string;
    hidden?: boolean;
    spinner?: string;
}

Properties

animationDuration?: number

Duration of opacity animation in ms, default 200

className?: string

CSS class added to element

hidden?: boolean

Add hidden layout to DOM

spinner?: string

HTML template for spinner

Generated using TypeDoc