addToComparePanel

fun addToComparePanel(groupName: String, newPreview: PreviewLabPreview)

Adds a Preview to the compare panel

In addition to the already selected Preview, adds a new Preview to the compare panel. If a Preview with the same name already exists, a sequentially numbered title is automatically assigned for distinction. Supports up to 100 Previews with the same name to prevent infinite loops.

Parameters

groupName

Group name the Preview belongs to

newPreview

Preview to add to the compare panel