AppleSauce
    Preparing search index...
    interface Gallery {
        data?: CommonData;
        links: string[];
        position?: Position;
        type: "gallery";
    }

    Hierarchy (View Summary)

    Index

    Properties

    data?: CommonData
    links: string[]
    position?: Position

    Position of a node in a source document.

    Nodes that are generated (not in the original source document) must not have a position.

    type: "gallery"

    Node type.