wdpr
    Preparing search index...

    Interface ImageData

    Data for [[image]] elements.

    interface ImageData {
        alignment: FloatAlignment | null;
        attributes: AttributeMap;
        link: LinkLocation | null;
        source: ImageSource;
    }
    Index

    Properties

    alignment: FloatAlignment | null
    attributes: AttributeMap
    link: LinkLocation | null

    If set, the image becomes a clickable link

    source: ImageSource