ordspv
    Preparing search index...

    Interface GalleryInfo

    A decoded gallery member list.

    interface GalleryInfo {
        isGallery: boolean;
        items: string[];
        skipped: number;
    }
    Index
    isGallery: boolean

    True when the properties decoded to a map carrying an Items array, which is ord's definition of a gallery. A gallery whose every entry is malformed is still a gallery with no resolvable members.

    items: string[]

    Member inscription ids in declared order.

    skipped: number

    Entries in the Items array that did not yield an id.