Skip to main content
LineThicknessMappingsConfig
Config for line thickness option in flowchart edge mappings.
{
  enabled:boolean,
  mappingName:string,
  propertyName:string,
  values:Array<{
  key:string,
  value:number
}
>

}