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

    Interface DescriptionTerm

    Description term node (the "dt" part)

    interface DescriptionTerm {
        children: Node[];
        data?: Data;
        position?: Position;
        type: "descriptionterm";
    }

    Hierarchy

    • Parent
      • DescriptionTerm
    Index

    Properties

    children: Node[]

    List of children.

    data?: Data

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

    Node type.