Configuration

interface Configuration

Exposes configuration options available to lens hints feature.

Properties

enabled
Link copied to clipboard
abstract var enabled: Boolean
True if lens hints feature should be enabled.
view
Link copied to clipboard
abstract var view: LensesComponent.Hints.View?
Custom implementation of Hints.View to be used as a delegate to show and hide lens hints.