MAIDR Documentation - v3.39.0
    Preparing search index...

    Interface Maidr

    Root MAIDR data structure containing figure metadata and subplot grid.

    interface Maidr {
        id: string;
        title?: string;
        subtitle?: string;
        caption?: string;
        subplots: MaidrSubplot[][];
    }
    Index

    Properties

    id: string
    title?: string
    subtitle?: string
    caption?: string
    subplots: MaidrSubplot[][]