Skip to main content Link Search Menu Expand Document (external link)

MarkShower overview

Namespace of a MarkShower. A MarkShower is a ContextStyler (see @parischap/ContextStyler.ts> used as a reversed action. It always displays the same text but in a style that depends on the Value context object.


Table of contents


Instances

empty

MarkShower instance that always prints an empty Text

Signature

export declare const empty: Type

Models

Type (interface)

Type of a MarkShower

Signature

export interface Type extends ASContextStyler.ReversedAction.Initialized.Type<PPValue.All> {}