@mpeggroup/mpeg-sdl-parser
    Preparing search index...

    Interface Trivia

    Represents a parsed trivia item.

    Trivia

    interface Trivia {
        location: Location;
        text: string;
    }
    Index
    location: Location

    The location of the trivia.

    text: string

    The text content of the trivia.