File

src/lib/interface/shape-options.ts

Index

Properties

Properties

fillColor
fillColor: string
Type : string
Optional
fillOpacity
fillOpacity: number
Type : number
Optional
strokeColor
strokeColor: string
Type : string
Optional
strokeOpacity
strokeOpacity: number
Type : number
Optional
strokeWeight
strokeWeight: number
Type : number
Optional
visible
visible: boolean
Type : boolean
Optional
zIndex
zIndex: number
Type : number
Optional
export interface ShapeOptions {
  fillColor?: string;
  fillOpacity?: number;
  strokeColor?: string;
  strokeOpacity?: number;
  strokeWeight?: number;
  visible?: boolean;
  zIndex?: number;
}

results matching ""

    No results matching ""