inspectorSections property

List<InspectorSectionBuilder> inspectorSections
final

Additive body content for the standard inspector.

Sections are evaluated in extension registration order and rendered before the standard inspector's intrinsic field content.

Sections are ignored when an exclusive inspectorBuilder handles the current selection.

Implementation

final List<InspectorSectionBuilder> inspectorSections;