Trevixal API
    Preparing search index...

    Interface RenderedBlock

    What the editor drew for one block beyond what the block itself says.

    interface RenderedBlock {
        image?: RenderedImage;
        runs?: readonly RenderedRun[];
    }
    Index
    runs?: readonly RenderedRun[]