veriKami °// Remark Deflist Revisited
    Preparing search index...

    Interface DescriptionList

    Description list node (the "dl" part)

    interface DescriptionList {
        children: (DescriptionTerm | DescriptionDetails)[];
        data?: { hName?: string };
        position?: Position;
        type: "descriptionlist";
    }

    Hierarchy

    • Parent
      • DescriptionList
    Index

    Properties

    List of children.

    data?: { hName?: string }

    Info from the ecosystem.

    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: "descriptionlist"

    Node type.