Configuring the Summary component

The summaryDetailed configuration is an optional property within the props.flags object that allows you to control the display of a detailed summary in a given context. When enabled, it changes the way data or information is presented, either providing simple or expanded view of the component.

Properties

The summaryDetailed flag is part of the flags property, which is an object within props. Here is its definition:

{  
  props: {  
    flags: {  
      summaryDetailed: true  
    }  
  }
}
  • If set to true, it expands the summary.
  • If set to false or not set, the default behavior is to display a simpler summary.

Simplified Summary


Detailed Summary

"summaryDetailed" = true