Interface TailDecoration

Unlike caption suffixes, tail decorations appears right-aligned after the caption and the caption suffixes (is any).

interface TailDecoration {
    data: string;
    fontData?: FontData;
    tooltip?: string;
}

Hierarchy (view full)

Properties

data: string

The text content of the tail decoration.

fontData?: FontData

Font data for customizing the content.

tooltip?: string

Optional tooltip for the tail decoration.