Update config.js

This commit is contained in:
Neil Cuzon
2020-07-30 13:32:15 -07:00
committed by GitHub
parent 292289d16d
commit 5e4bf0f019

View File

@@ -421,34 +421,44 @@ const config = {
/** /**
*| Parameter | Description |Type | Required | Values| *| Parameter | Description |Type | Required | Values|
*| --- | --- | --- | --- | --- | *| --- | --- | --- | --- | --- |
*| messageFontFamily | This sets the font family of actor messages. | String| Required | trebuchet ms", verdana, aria | *| messageFontFamily | This sets the font family of actor messages. | String| Required | trebuchet ms, verdana, aria |
* *
***Notes:** ***Notes:**
***Default value:"trebuchet ms**. ***Default value:"trebuchet ms**.
*/ */
messageFontFamily: '"trebuchet ms", verdana, arial', messageFontFamily: '"trebuchet ms", verdana, arial',
/** /**
* This sets the font weight of the message's description *| Parameter | Description |Type | Required | Values|
*| --- | --- | --- | --- | --- |
*| messageFontWeight | This sets the font weight of messages, or their relative thickness or thinness. | Integer | Required | Any Positive Number |
* **Default value 400. * **Default value 400.
*/ */
messageFontWeight: 400, messageFontWeight: 400,
/** /**
* This sets the auto-wrap state for the diagram *| Parameter | Description |Type | Required | Values|
*| --- | --- | --- | --- | --- |
*| wrap | This sets the auto-wrap state for the diagram | Boolean | Required | true, false |
* **Default value false. * **Default value false.
*/ */
wrap: false, wrap: false,
/** /**
* This sets the auto-wrap padding for the diagram (sides only) *| Parameter | Description |Type | Required | Values|
*| --- | --- | --- | --- | --- |
*| wrapPadding | * This sets the auto-wrap padding for the diagram (sides only)| Integer | Required | Any Positive Number |
* **Default value 10. * **Default value 10.
*/ */
wrapPadding: 10, wrapPadding: 10,
/** /**
* This sets the width of the loop-box (loop, alt, opt, par) *| Parameter | Description |Type | Required | Values|
*| --- | --- | --- | --- | --- |
*| messageFontWeight | * This sets the width of the loop-box (loop, alt, opt, par). | Integer | Required | Any Positive Number |
* **Default value 50. * **Default value 50.
*/ */
labelBoxWidth: 50, labelBoxWidth: 50,
/** /**
* This sets the height of the loop-box (loop, alt, opt, par) *| Parameter | Description |Type | Required | Values|
*| --- | --- | --- | --- | --- |
*| messageFontWeight | This sets the height of the loop-box (loop, alt, opt, par) | Integer | Required | Any Positive Number |
* **Default value 20. * **Default value 20.
*/ */
labelBoxHeight: 20, labelBoxHeight: 20,