ReadOnlyTooltipPropertyWrapper

Never use this class directly. Use TooltipProperty.asReadOnly to obtain a read-only version of a mutable TooltipProperty.

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Tooltip, Property<Tooltip>>, use ReadOnlyTooltipPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: TooltipProperty)