ComponentSelection<I, T>
Extends
BaseObserver<T>
Type Parameters
| Type Parameter | Default type |
|---|---|
I | any |
T extends ComponentSelectionListener | ComponentSelectionListener |
Constructors
Constructor
new ComponentSelection<I, T>(options): ComponentSelection<I, T>;
Parameters
| Parameter | Type |
|---|---|
options | ComponentSelectionOptions<I> |
Returns
ComponentSelection<I, T>
Overrides
BaseObserver<T>.constructor
Properties
| Property | Type |
|---|---|
id | string |
options | ComponentSelectionOptions<I> |
Accessors
rect
tooltip
Methods
dispose()
dispose(): void;
Returns
void
matches()
matches(identifier): boolean;
Parameters
| Parameter | Type |
|---|---|
identifier | VisibleComponentIdentifier<I, ComponentSelection<I, T>> |
Returns
boolean
setRect()
setRect(rect): void;
Parameters
| Parameter | Type |
|---|---|
rect | MutableRect |
Returns
void
showTooltip()
showTooltip(message): ComponentSelection<I, T>;
Parameters
| Parameter | Type |
|---|---|
message | ToolTipDirective |
Returns
ComponentSelection<I, T>