Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "utils"

Index

Interfaces

Functions

Functions

Const createBox

  • createBox(__namedParameters: { fill: undefined | string; height: number; key: any; stroke: undefined | string; strokeBottomColor: any; strokeBottomWidth: any; strokeLeftColor: any; strokeLeftWidth: any; strokeRightColor: any; strokeRightWidth: any; strokeTopColor: any; strokeTopWidth: any; strokeWidth: number; width: number; x: number; y: number }): Element
  • Create a box with custom top/right/bottom/left colors and widths

    Parameters

    • __namedParameters: { fill: undefined | string; height: number; key: any; stroke: undefined | string; strokeBottomColor: any; strokeBottomWidth: any; strokeLeftColor: any; strokeLeftWidth: any; strokeRightColor: any; strokeRightWidth: any; strokeTopColor: any; strokeTopWidth: any; strokeWidth: number; width: number; x: number; y: number }
      • fill: undefined | string
      • height: number
      • key: any
      • stroke: undefined | string
      • strokeBottomColor: any
      • strokeBottomWidth: any
      • strokeLeftColor: any
      • strokeLeftWidth: any
      • strokeRightColor: any
      • strokeRightWidth: any
      • strokeTopColor: any
      • strokeTopWidth: any
      • strokeWidth: number
      • width: number
      • x: number
      • y: number

    Returns Element

Generated using TypeDoc