ExpandableBlockProps Interface

Properties for the ExpandableBlock React component

Extends

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

Last Updated: 08 January, 2020