Theia API Documentation v1.65.0
    Preparing search index...

    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;
    }
    Index

    Properties

    Properties

    data: string

    The text content of the prefix or the suffix.

    fontData?: FontData

    Font data for customizing the prefix of the suffix.