FlatArrowPathPatternOptions
Constructor
constructor
constructor(parameters: object): FlatArrowPathPatternOptions
Parameters:
Name | Type | Required | Default | Description |
---|---|---|---|---|
parameters | object | Yes | - | |
parameters.backgroundColor | number | string | null | No | 0x0bbfba | If null, then will be transparent; hex triplet number (0xffffff) or color as a CSS-style string like (#ffffff) |
parameters.arrowBorderColor | number | string | null | No | 0x000000 | If null, then will be transparent; hex triplet number (0xffffff) or color as a CSS-style string like (#ffffff) |
parameters.arrowFillColor | number | string | null | No | 0xffffff | If null, then will be transparent; hex triplet number (0xffffff) or color as a CSS-style string like (#ffffff) |