AnchoredOverlayStore
Extends
Constructors
Constructor
new AnchoredOverlayStore(): AnchoredOverlayStore;
Returns
AnchoredOverlayStore
Overrides
Properties
| Property | Type | Inherited from |
|---|---|---|
logger | Logger | AbstractStore.logger |
Accessors
initialized
Inherited from
name
Get Signature
get name(): string;
Returns
string
Inherited from
overlays
Get Signature
get overlays(): AnchoredOverlayRecord[];
Returns
Methods
clearSource()
clearSource(source): void;
Parameters
| Parameter | Type |
|---|---|
source | string |
Returns
void
getControls()
getControls(): AbstractSetting<AbstractSettingOptions>[];
Returns
AbstractSetting<AbstractSettingOptions>[]
Inherited from
hasOverlays()
hasOverlays(): boolean;
Returns
boolean
init()
init(): Promise<void>;
Returns
Promise<void>
Inherited from
isClickThrough()
isClickThrough(): boolean;
Returns
boolean
replaceSource()
replaceSource(source, records): void;
Parameters
| Parameter | Type |
|---|---|
source | string |
records | AnchoredOverlayRecord[] |
Returns
void
setLogger()
setLogger(logger): void;
Parameters
| Parameter | Type |
|---|---|
logger | Logger |
Returns
void
Inherited from
show()
show<T>(overlay): T;
Type Parameters
| Type Parameter |
|---|
T extends AnchoredOverlayRecord |
Parameters
| Parameter | Type |
|---|---|
overlay | T |
Returns
T
waitForReady()
waitForReady(): Promise<void>;
Returns
Promise<void>