Interface IRiskRender

interface IRiskRender {
    backgroundColor: string;
    css: string;
    foregroundColor: string;
    text: string;
}

Properties

backgroundColor: string
css: string
foregroundColor: string
text: string

Generated using TypeDoc