interface SweaveCodeBlockContent {
    content: string;
    options: SweaveBlockOptions;
    startLine: number;
    type: "content";
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of SweaveCodeBlockContent

Properties

content: string
startLine: number
type: "content"