SpotlightHandler
Classes
SpotlightHandler
Constructors
Constructor
new SpotlightHandler(handlerFactory): SpotlightHandler;
Parameters
| Parameter | Type |
|---|---|
handlerFactory | HandlerFactoryByItem |
Returns
Methods
getSpotlightItems()
getSpotlightItems(): ISpotlightData[];
Returns
hideSpotlight()
hideSpotlight(items?): void;
Parameters
| Parameter | Type |
|---|---|
items? | Item[] |
Returns
void
showSpotlight()
showSpotlight(items, options): void;
Parameters
| Parameter | Type |
|---|---|
items | Item[] |
options | ISpotlightOptions |
Returns
void
Interfaces
ISpotlightData
Properties
handler
handler: BaseRectangleItemHandler;
item
item: Item;
options
options: ISpotlightOptions;