set Inspector Views
Sets list of inspector views to be displayed in property inspector. This replaces previously displayed views.
Parameters
inspector Views
The inspector views to display.
animate
Whether to animate the change.
open fun setInspectorViews(@NonNull inspectorViews: List<PropertyInspectorView>, animate: Boolean, @Nullable titleButtonListener: PropertyInspectorTitleButtonListener, @Nullable titleStyleProvider: PropertyInspectorViewTitleStyleProvider)
Sets list of inspector views to be displayed in property inspector with custom title button handling.
Parameters
inspector Views
The inspector views to display.
animate
Whether to animate the change.
title Button Listener
Listener for title bar button clicks, or null for default behavior.
title Style Provider
Provider for custom title bar styling, or null for default styling.