@wdprlib/parser
    Preparing search index...
    interface ListBlockOpenResult {
        attrs: Record<string, string>;
        consumed: number;
        listType: ListBlockType;
        pos: number;
    }
    Index

    Properties

    attrs: Record<string, string>
    consumed: number
    listType: ListBlockType
    pos: number