Skip to content

TContentAppearanceStrategy

Overview

Type to annotate the constructor signature of ContentAppearanceStratgey @author Michael Kauzmann (PhET Interactive Simulations)

Type TContentAppearanceStrategy

import type { TContentAppearanceStrategy } from 'scenerystack/sun';

Type TContentAppearanceStrategyOptions

import type { TContentAppearanceStrategyOptions } from 'scenerystack/sun';
  • deselectedContentOpacity?: number
  • overContentOpacity?: number
  • selectedContentOpacity?: number

Source Code

See the source for TContentAppearanceStrategy.ts in the sun repository.