@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Type Alias GigaInline

    GigaInline:
        | { t: "run"; v: GigaInlineRun }
        | { t: "br" }
        | { t: "image"; v: GigaImageRef }
        | { t: "link"; href: GigaLinkTarget; children: GigaInline[] }

    An inline (within-paragraph) node, tagged by t (mirror of model::Inline). run carries the styled text + its source_index back to the editable content-stream operator; br is a hard line break; image an inline image; link wraps children with a destination.