Interface IIgrBaseAlertLikeProps

Hierarchy

Hierarchy

Properties

children?: ReactNode
className?: string
displayTime?: string | number

Determines the duration in ms in which the component will be visible.

id?: string
keepOpen?: string | boolean

Determines whether the component should close after the displayTime is over.

open?: string | boolean

Whether the component is in shown state.

position?: string | BaseAlertLikePosition

Sets the position of the component in the viewport.

style?: CSSProperties