Hierarchy

Hierarchy

  • IIgrXExpansionPanelProps

Properties

actualAmbientShadowColor?: string

Gets or sets the color to use for the check mark when the checkbox is checked.

actualCaptionTextColor?: string

Gets or sets the color to use for the actual header caption text.

actualDescriptionTextColor?: string

Gets or sets the color to use for the actual header description text.

actualElevation?: string | number

Gets or sets the elevation of the border shadow

actualHeaderBackgroundColor?: string

Gets or sets the color to use for the actual background of the header.

actualPenumbraShadowColor?: string

Gets or sets the color to use for the check mark when the checkbox is checked.

actualUmbraShadowColor?: string

Gets or sets the color to use for the check mark when the checkbox is checked.

caption?: string

Gets / sets the caption to display in the header area.

captionCollapsedTextColor?: string

Gets or sets the color to use for the header caption text when the panel is collapsed.

captionExpandedTextColor?: string

Gets or sets the color to use for the header caption text when the panel is expanded.

captionTextColor?: string

Gets or sets the color to use for the header caption text.

children?: ReactNode
description?: string

Gets / sets the description to display in the header area.

descriptionCollapsedTextColor?: string

Gets or sets the color to use for the header description text when the panel is collapsed.

descriptionExpandedTextColor?: string

Gets or sets the color to use for the header description text when the panel is expanded.

descriptionTextColor?: string

Gets or sets the color to use for the header description text.

elevation?: string | number

Gets or sets the elevation to use for the button regardless of type.

expanded?: string | boolean

Gets / sets the expanded state of the panel.

headerBackgroundColor?: string

Gets or sets the color to use for the background of the header.

headerCollapsedBackgroundColor?: string

Gets or sets the color to use for the background of the header when the panel is expanded.

headerExpandedBackgroundColor?: string

Gets or sets the color to use for the background of the header when the panel is expanded.

height?: string
onCollapsed?: ((s, e) => void)

Type declaration

onExpanded?: ((s, e) => void)

Type declaration

width?: string