Skip to main content

ComponentSelection<I, T>

Extends

  • BaseObserver<T>

Type Parameters

Type ParameterDefault type
Iany
T extends ComponentSelectionListenerComponentSelectionListener

Constructors

Constructor

new ComponentSelection<I, T>(options): ComponentSelection<I, T>;

Parameters

ParameterType
optionsComponentSelectionOptions<I>

Returns

ComponentSelection<I, T>

Overrides

BaseObserver<T>.constructor

Properties

PropertyType
idstring
optionsComponentSelectionOptions<I>

Accessors

rect


tooltip

Methods

dispose()

dispose(): void;

Returns

void


matches()

matches(identifier): boolean;

Parameters

ParameterType
identifierVisibleComponentIdentifier<I, ComponentSelection<I, T>>

Returns

boolean


setRect()

setRect(rect): void;

Parameters

ParameterType
rectMutableRect

Returns

void


showTooltip()

showTooltip(message): ComponentSelection<I, T>;

Parameters

ParameterType
messageToolTipDirective

Returns

ComponentSelection<I, T>