Skip to main content

ISpotlightOptions

Interfaces

ISpotlightOptions

Properties

color?
optional color?: string;
dashPattern?
optional dashPattern?: number[];
fillColor?
optional fillColor?: string;
id
id: string;
name?
optional name?: string;
showLabel?
optional showLabel?: boolean;
textColor?
optional textColor?: string;
textStyle?
optional textStyle?: string;
transition?
optional transition?: number;
width?
optional width?: number;
Was this page helpful?