Interface ICreateSyntaxDiagramsConfig

Structure of configuration object for createSyntaxDiagramsCode

interface ICreateSyntaxDiagramsConfig {
    css?: string;
    resourceBase?: string;
}

Properties

Properties

css?: string

Url to load the styleSheet, replace with your own for styling customization.

resourceBase?: string

Base Url to load the runtime resources for rendering the diagrams