Options
All
  • Public
  • Public/Protected
  • All
Menu
source
interface IWaveOptions extends IPolygonOptions {
count?: number;
frequencyBand?: "base" | "lows" | "mids" | "highs";
top?: boolean;
right?: boolean;
bottom?: boolean;
left?: boolean;
center?: boolean;
mirroredX?: boolean;
mirroredY?: boolean;
}

Hierarchy

Index

Properties

bottom?: boolean
center?: boolean
count?: number
fillColor?: FillOption
frequencyBand?: "base" | "lows" | "mids" | "highs"
glow?: Glow
left?: boolean
lineColor?: FillOption
lineWidth?: number
mirroredX?: boolean
mirroredY?: boolean
right?: boolean
rounded?: boolean
top?: boolean

Generated using TypeDoc