interface SweaveCodeBlockReuse {
    reuse: string;
    startLine: number;
    type: "reuse";
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of SweaveCodeBlockReuse

Properties

Properties

reuse: string
startLine: number
type: "reuse"