Interface FullCopyrightProblemsListingData

Represents a listing on a CPN page where the listing is substituted from the {{article-cv}} template.

interface FullCopyrightProblemsListingData {
    anchor: HTMLSpanElement;
    basic: false;
    element: HTMLAnchorElement;
    i?: number;
    id: string;
    listingPage: Title;
    plainlinks: HTMLSpanElement;
    title: Title;
}

Properties

basic: false
i?: number
id: string
listingPage: Title
plainlinks: HTMLSpanElement
title: Title