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

    The result of a caption splitting based on the highlighting information.

    interface Fragment {
        data: string;
        highlight?: true;
    }
    Index

    Properties

    Properties

    data: string

    The text data of the fragment.

    highlight?: true

    Has to be highlighted if defined.