Interface List

interface List {
    getCommentNodes: (() => CommentNode[]);
    getCommentsWrapEl: (() => HTMLElement);
    getEl: (() => HTMLElement);
    getLayout: ((arg: {
        forceFlatMode?: boolean;
    }) => ListLayout);
}

Properties

getCommentNodes: (() => CommentNode[])
getCommentsWrapEl: (() => HTMLElement)
getEl: (() => HTMLElement)
getLayout: ((arg: {
    forceFlatMode?: boolean;
}) => ListLayout)