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

    Interface ExtRefMarkAttibutes

    interface ExtRefMarkAttibutes {
        alt: string | null;
        class: string;
        comment: string;
        extref: string;
        height: string | number | null;
        provider: string;
        references: string[];
        src: string;
        textAlign: string;
        title: string | null;
        width: string | number | null;
    }

    Hierarchy (View Summary)

    Index
    alt: string | null
    class: string
    comment: string
    extref: string
    height: string | number | null
    provider: string
    references: string[]
    src: string
    textAlign: string
    title: string | null
    width: string | number | null