API Reference > ui-core > Expandable > ExpandableBlockProps ExpandableBlockProps Interface Properties for the ExpandableBlock React component Extends CommonProps Properties Name Type Description caption undefined | string Additional text displayed in the block below the label and in a smaller font size isExpanded boolean Indicates whether the ExpandableBlock is expanded onClick React.MouseEventHandler<HTMLDivElement> Callback function for click event onKeyPress undefined | React.KeyboardEventHandler<HTMLDivElement> Callback function for key press event title string Label Inherited properties Name Type Inherited from Description className undefined | string ClassNameProps Custom CSS class name style undefined | React.CSSProperties CommonProps Custom CSS style properties Defined in ui/core/src/ui-core/expandable/ExpandableBlock.tsx Line 17 Last Updated: 13 June, 2024