wdpr
    Preparing search index...

    Interface DefinitionListItem

    A single entry in a definition list (: key : value).

    interface DefinitionListItem {
        key: Element[];
        key_string: string;
        value: Element[];
    }
    Index

    Properties

    Properties

    key: Element[]

    Rich-content key (may contain inline formatting)

    key_string: string

    Plain-text representation of the key (for quick lookups)

    value: Element[]

    Rich-content value