Back to API Reference
Class

RevealHandlerEntry

sealed

Named appearance effect of an IRevealHandlerProvider catalog, selected per range by the tag parameter (<reveal=name>). An empty name marks the entry used by ranges that select no name.

public string Name{ get; set }

Name matched against the tag parameter (case-insensitive); empty serves ranges that select no name.

public RevealHandler Handler{ get; set }

Appearance effect applied to ranges that select this entry.

public RevealHandler HideHandler{ get; set }

Effect played while a cluster of this entry leaves the visible part of its range; unset replays Handler itself, which every effect supports since Progress is the settled glyph at 1 in both directions.