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

    Interface GigaList

    An ordered or unordered list (mirror of model::List).

    interface GigaList {
        ordered: boolean;
        marker: GigaListMarker;
        items: GigaListItem[];
    }
    Index

    Properties

    Properties

    ordered: boolean
    items: GigaListItem[]