setInspectorViews

open fun setInspectorViews(@NonNull inspectorViews: List<PropertyInspectorView>, animate: Boolean)

Sets list of inspector views to be displayed in property inspector. This replaces previously displayed views.

Parameters

inspectorViews

The inspector views to display.

animate

Whether to animate the change.


Sets list of inspector views to be displayed in property inspector with custom title button handling.

Parameters

inspectorViews

The inspector views to display.

animate

Whether to animate the change.

titleButtonListener

Listener for title bar button clicks, or null for default behavior.

titleStyleProvider

Provider for custom title bar styling, or null for default styling.