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

    Interface DescriptionDetails

    Description details node (the "dd" part)

    interface DescriptionDetails {
        children: (Node | List | Paragraph | Text)[];
        data?: Data;
        position?: Position;
        type: "descriptiondetails";
    }

    Hierarchy

    • Parent
      • DescriptionDetails
    Index

    Properties

    children: (Node | List | Paragraph | Text)[]

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

    Node type.