@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface MediaAttributes

    interface MediaAttributes {
        alt: string | null;
        class: string;
        comment: string;
        height: string | number | null;
        src: string;
        textAlign: string;
        title: string | null;
        width: string | number | null;
    }

    Hierarchy (View Summary)

    Index
    alt: string | null
    class: string
    comment: string
    height: string | number | null
    src: string
    textAlign: string
    title: string | null
    width: string | number | null