wdpr
    Preparing search index...

    Data payload for a list element (* item, # item, or [[li]]).

    interface ListData {
        attributes: AttributeMap;
        items: ListItem[];
        type: ListType;
    }
    Index

    Properties

    Properties

    attributes: AttributeMap
    items: ListItem[]
    type: ListType