Skip to main content
Version: Next

OverlayBorderSettings

Index

Constructors

constructor

Properties

color

color: string = AST_DEFAULT_COLOR

hasCustomColor

hasCustomColor: boolean = false

isVisible

isVisible: boolean = true

width

width: number = 1

Accessors

styleString

  • get styleString(): string
  • Returns string

Methods

setColor

  • setColor(color: string): void
  • Parameters

    • color: string

    Returns void

setCustomColor

  • setCustomColor(hasCustomColor: boolean): void
  • Parameters

    • hasCustomColor: boolean

    Returns void

setVisible

  • setVisible(isVisible?: boolean): void
  • Parameters

    • isVisible: boolean = true

    Returns void

setWidth

  • setWidth(width: number): void
  • Parameters

    • width: number

    Returns void