Interface AttributionNoticeRowParent

interface AttributionNoticeRowParent {
    id: string;
    name: string;
    node: CTEParsoidTransclusionTemplateNode;
    addRow(row: any): void;
    deleteRow(row: any): void;
}

Properties

Methods

Properties

id: string
name: string

Methods