mwg API
    Preparing search index...

    Interface MessagePage

    interface MessagePage {
        portrait?: Texture<TextureSource<any>>;
        speaker?: string;
        text: string;
    }
    Index
    portrait?: Texture<TextureSource<any>>

    a portrait drawn to the left of the text

    speaker?: string

    who is speaking, drawn above the text

    text: string