Skip to main content

SpotlightHandler

Classes

SpotlightHandler

Constructors

Constructor
new SpotlightHandler(handlerFactory): SpotlightHandler;
Parameters
ParameterType
handlerFactoryHandlerFactoryByItem
Returns

SpotlightHandler

Methods

getSpotlightItems()
getSpotlightItems(): ISpotlightData[];
Returns

ISpotlightData[]

hideSpotlight()
hideSpotlight(items?): void;
Parameters
ParameterType
items?Item[]
Returns

void

showSpotlight()
showSpotlight(items, options): void;
Parameters
ParameterType
itemsItem[]
optionsISpotlightOptions
Returns

void

Interfaces

ISpotlightData

Properties

handler
handler: BaseRectangleItemHandler;
item
item: Item;
options
options: ISpotlightOptions;
Was this page helpful?