Interface CaptionAffix

Arbitrary information that has to be shown either before or after the caption as a prefix or a suffix.

interface CaptionAffix {
    data: string;
    fontData?: FontData;
}

Properties

Properties

data: string

The text content of the prefix or the suffix.

fontData?: FontData

Font data for customizing the prefix of the suffix.