@wdprlib/parser
    Preparing search index...
    interface ImageOpenResult {
        attributes: Record<string, string>;
        blockName: string;
        consumed: number;
        link: string | null;
        sourceText: string;
    }
    Index

    Properties

    attributes: Record<string, string>
    blockName: string
    consumed: number
    link: string | null
    sourceText: string