LineThicknessMappingsConfig
LineThicknessMappingsConfig =
object
Config for line thickness option in flowchart edge mappings.
Properties
enabled?
optionalenabled:boolean
Whether or not to enable the 'thickness' property mapping. Defaults to false, for backwards compatibility reasons, will likely default to true in v2.
mappingName?
optionalmappingName:string
Defaults to "Line Thickness" - a name for the mapping that can be used in an inspector.
propertyName?
optionalpropertyName:string
Defaults to "thickness"
values?
optionalvalues:object[]
List of thicknesses to support, and their keys. Defaults to [1:thin, 3:medium, 5:thick]
key
key:
string
value
value:
number